cdp.openapi_client.test package¶
Submodules¶
cdp.openapi_client.test.test_create_evm_account_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_create_evm_account_request.TestCreateEvmAccountRequest(methodName='runTest')¶
Bases:
TestCase
CreateEvmAccountRequest unit test stubs
- make_instance(include_optional)¶
Test CreateEvmAccountRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testCreateEvmAccountRequest()¶
Test CreateEvmAccountRequest
cdp.openapi_client.test.test_create_evm_smart_account_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_create_evm_smart_account_request.TestCreateEvmSmartAccountRequest(methodName='runTest')¶
Bases:
TestCase
CreateEvmSmartAccountRequest unit test stubs
- make_instance(include_optional)¶
Test CreateEvmSmartAccountRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testCreateEvmSmartAccountRequest()¶
Test CreateEvmSmartAccountRequest
cdp.openapi_client.test.test_create_solana_account_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_create_solana_account_request.TestCreateSolanaAccountRequest(methodName='runTest')¶
Bases:
TestCase
CreateSolanaAccountRequest unit test stubs
- make_instance(include_optional)¶
Test CreateSolanaAccountRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testCreateSolanaAccountRequest()¶
Test CreateSolanaAccountRequest
cdp.openapi_client.test.test_error module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_error.TestError(methodName='runTest')¶
Bases:
TestCase
Error unit test stubs
- make_instance(include_optional)¶
Test Error include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testError()¶
Test Error
cdp.openapi_client.test.test_error_type module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_error_type.TestErrorType(methodName='runTest')¶
Bases:
TestCase
ErrorType unit test stubs
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testErrorType()¶
Test ErrorType
cdp.openapi_client.test.test_evm_account module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_account.TestEvmAccount(methodName='runTest')¶
Bases:
TestCase
EvmAccount unit test stubs
- make_instance(include_optional)¶
Test EvmAccount include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testEvmAccount()¶
Test EvmAccount
cdp.openapi_client.test.test_evm_accounts_api module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_accounts_api.TestEVMAccountsApi(methodName='runTest')¶
Bases:
IsolatedAsyncioTestCase
EVMAccountsApi unit test stubs
- async asyncSetUp()¶
- Return type:
None
- async asyncTearDown()¶
- Return type:
None
- async test_create_evm_account()¶
Test case for create_evm_account
Create an EVM account
- Return type:
None
- async test_get_evm_account()¶
Test case for get_evm_account
Get an EVM account by address
- Return type:
None
- async test_get_evm_account_by_name()¶
Test case for get_evm_account_by_name
Get an EVM account by name
- Return type:
None
- async test_list_evm_accounts()¶
Test case for list_evm_accounts
List EVM accounts
- Return type:
None
- async test_send_evm_transaction()¶
Test case for send_evm_transaction
Send a transaction
- Return type:
None
- async test_sign_evm_hash()¶
Test case for sign_evm_hash
Sign a hash
- Return type:
None
- async test_sign_evm_message()¶
Test case for sign_evm_message
Sign an EIP-191 message
- Return type:
None
- async test_sign_evm_transaction()¶
Test case for sign_evm_transaction
Sign a transaction
- Return type:
None
cdp.openapi_client.test.test_evm_call module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_call.TestEvmCall(methodName='runTest')¶
Bases:
TestCase
EvmCall unit test stubs
- make_instance(include_optional)¶
Test EvmCall include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testEvmCall()¶
Test EvmCall
cdp.openapi_client.test.test_evm_smart_account module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_smart_account.TestEvmSmartAccount(methodName='runTest')¶
Bases:
TestCase
EvmSmartAccount unit test stubs
- make_instance(include_optional)¶
Test EvmSmartAccount include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testEvmSmartAccount()¶
Test EvmSmartAccount
cdp.openapi_client.test.test_evm_smart_accounts_api module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_smart_accounts_api.TestEVMSmartAccountsApi(methodName='runTest')¶
Bases:
IsolatedAsyncioTestCase
EVMSmartAccountsApi unit test stubs
- async asyncSetUp()¶
- Return type:
None
- async asyncTearDown()¶
- Return type:
None
- async test_create_evm_smart_account()¶
Test case for create_evm_smart_account
Create a Smart Account
- Return type:
None
- async test_get_evm_smart_account()¶
Test case for get_evm_smart_account
Get a Smart Account by address
- Return type:
None
- async test_get_user_operation()¶
Test case for get_user_operation
Get a user operation
- Return type:
None
- async test_list_evm_smart_accounts()¶
Test case for list_evm_smart_accounts
List Smart Accounts
- Return type:
None
- async test_prepare_user_operation()¶
Test case for prepare_user_operation
Prepare a user operation
- Return type:
None
- async test_send_user_operation()¶
Test case for send_user_operation
Send a user operation
- Return type:
None
cdp.openapi_client.test.test_evm_token_balances_api module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_token_balances_api.TestEVMTokenBalancesApi(methodName='runTest')¶
Bases:
IsolatedAsyncioTestCase
EVMTokenBalancesApi unit test stubs
- async asyncSetUp()¶
- Return type:
None
- async asyncTearDown()¶
- Return type:
None
- async test_list_evm_token_balances()¶
Test case for list_evm_token_balances
List EVM token balances
- Return type:
None
cdp.openapi_client.test.test_evm_user_operation module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_evm_user_operation.TestEvmUserOperation(methodName='runTest')¶
Bases:
TestCase
EvmUserOperation unit test stubs
- make_instance(include_optional)¶
Test EvmUserOperation include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testEvmUserOperation()¶
Test EvmUserOperation
cdp.openapi_client.test.test_faucets_api module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_faucets_api.TestFaucetsApi(methodName='runTest')¶
Bases:
IsolatedAsyncioTestCase
FaucetsApi unit test stubs
- async asyncSetUp()¶
- Return type:
None
- async asyncTearDown()¶
- Return type:
None
- async test_request_evm_faucet()¶
Test case for request_evm_faucet
Request funds on EVM test networks
- Return type:
None
- async test_request_solana_faucet()¶
Test case for request_solana_faucet
Request funds on Solana devnet
- Return type:
None
cdp.openapi_client.test.test_list_evm_accounts200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_list_evm_accounts200_response.TestListEvmAccounts200Response(methodName='runTest')¶
Bases:
TestCase
ListEvmAccounts200Response unit test stubs
- make_instance(include_optional)¶
Test ListEvmAccounts200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testListEvmAccounts200Response()¶
Test ListEvmAccounts200Response
cdp.openapi_client.test.test_list_evm_smart_accounts200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_list_evm_smart_accounts200_response.TestListEvmSmartAccounts200Response(methodName='runTest')¶
Bases:
TestCase
ListEvmSmartAccounts200Response unit test stubs
- make_instance(include_optional)¶
Test ListEvmSmartAccounts200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testListEvmSmartAccounts200Response()¶
Test ListEvmSmartAccounts200Response
cdp.openapi_client.test.test_list_evm_token_balances200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_list_evm_token_balances200_response.TestListEvmTokenBalances200Response(methodName='runTest')¶
Bases:
TestCase
ListEvmTokenBalances200Response unit test stubs
- make_instance(include_optional)¶
Test ListEvmTokenBalances200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testListEvmTokenBalances200Response()¶
Test ListEvmTokenBalances200Response
cdp.openapi_client.test.test_list_evm_token_balances_network module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_list_evm_token_balances_network.TestListEvmTokenBalancesNetwork(methodName='runTest')¶
Bases:
TestCase
ListEvmTokenBalancesNetwork unit test stubs
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testListEvmTokenBalancesNetwork()¶
Test ListEvmTokenBalancesNetwork
cdp.openapi_client.test.test_list_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_list_response.TestListResponse(methodName='runTest')¶
Bases:
TestCase
ListResponse unit test stubs
- make_instance(include_optional)¶
Test ListResponse include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testListResponse()¶
Test ListResponse
cdp.openapi_client.test.test_list_solana_accounts200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_list_solana_accounts200_response.TestListSolanaAccounts200Response(methodName='runTest')¶
Bases:
TestCase
ListSolanaAccounts200Response unit test stubs
- make_instance(include_optional)¶
Test ListSolanaAccounts200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testListSolanaAccounts200Response()¶
Test ListSolanaAccounts200Response
cdp.openapi_client.test.test_prepare_user_operation_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_prepare_user_operation_request.TestPrepareUserOperationRequest(methodName='runTest')¶
Bases:
TestCase
PrepareUserOperationRequest unit test stubs
- make_instance(include_optional)¶
Test PrepareUserOperationRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testPrepareUserOperationRequest()¶
Test PrepareUserOperationRequest
cdp.openapi_client.test.test_request_evm_faucet200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_request_evm_faucet200_response.TestRequestEvmFaucet200Response(methodName='runTest')¶
Bases:
TestCase
RequestEvmFaucet200Response unit test stubs
- make_instance(include_optional)¶
Test RequestEvmFaucet200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testRequestEvmFaucet200Response()¶
Test RequestEvmFaucet200Response
cdp.openapi_client.test.test_request_evm_faucet_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_request_evm_faucet_request.TestRequestEvmFaucetRequest(methodName='runTest')¶
Bases:
TestCase
RequestEvmFaucetRequest unit test stubs
- make_instance(include_optional)¶
Test RequestEvmFaucetRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testRequestEvmFaucetRequest()¶
Test RequestEvmFaucetRequest
cdp.openapi_client.test.test_request_solana_faucet200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_request_solana_faucet200_response.TestRequestSolanaFaucet200Response(methodName='runTest')¶
Bases:
TestCase
RequestSolanaFaucet200Response unit test stubs
- make_instance(include_optional)¶
Test RequestSolanaFaucet200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testRequestSolanaFaucet200Response()¶
Test RequestSolanaFaucet200Response
cdp.openapi_client.test.test_request_solana_faucet_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_request_solana_faucet_request.TestRequestSolanaFaucetRequest(methodName='runTest')¶
Bases:
TestCase
RequestSolanaFaucetRequest unit test stubs
- make_instance(include_optional)¶
Test RequestSolanaFaucetRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testRequestSolanaFaucetRequest()¶
Test RequestSolanaFaucetRequest
cdp.openapi_client.test.test_send_evm_transaction200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_send_evm_transaction200_response.TestSendEvmTransaction200Response(methodName='runTest')¶
Bases:
TestCase
SendEvmTransaction200Response unit test stubs
- make_instance(include_optional)¶
Test SendEvmTransaction200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSendEvmTransaction200Response()¶
Test SendEvmTransaction200Response
cdp.openapi_client.test.test_send_evm_transaction_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_send_evm_transaction_request.TestSendEvmTransactionRequest(methodName='runTest')¶
Bases:
TestCase
SendEvmTransactionRequest unit test stubs
- make_instance(include_optional)¶
Test SendEvmTransactionRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSendEvmTransactionRequest()¶
Test SendEvmTransactionRequest
cdp.openapi_client.test.test_send_user_operation_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_send_user_operation_request.TestSendUserOperationRequest(methodName='runTest')¶
Bases:
TestCase
SendUserOperationRequest unit test stubs
- make_instance(include_optional)¶
Test SendUserOperationRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSendUserOperationRequest()¶
Test SendUserOperationRequest
cdp.openapi_client.test.test_sign_evm_hash200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_evm_hash200_response.TestSignEvmHash200Response(methodName='runTest')¶
Bases:
TestCase
SignEvmHash200Response unit test stubs
- make_instance(include_optional)¶
Test SignEvmHash200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignEvmHash200Response()¶
Test SignEvmHash200Response
cdp.openapi_client.test.test_sign_evm_hash_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_evm_hash_request.TestSignEvmHashRequest(methodName='runTest')¶
Bases:
TestCase
SignEvmHashRequest unit test stubs
- make_instance(include_optional)¶
Test SignEvmHashRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignEvmHashRequest()¶
Test SignEvmHashRequest
cdp.openapi_client.test.test_sign_evm_message200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_evm_message200_response.TestSignEvmMessage200Response(methodName='runTest')¶
Bases:
TestCase
SignEvmMessage200Response unit test stubs
- make_instance(include_optional)¶
Test SignEvmMessage200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignEvmMessage200Response()¶
Test SignEvmMessage200Response
cdp.openapi_client.test.test_sign_evm_message_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_evm_message_request.TestSignEvmMessageRequest(methodName='runTest')¶
Bases:
TestCase
SignEvmMessageRequest unit test stubs
- make_instance(include_optional)¶
Test SignEvmMessageRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignEvmMessageRequest()¶
Test SignEvmMessageRequest
cdp.openapi_client.test.test_sign_evm_transaction200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_evm_transaction200_response.TestSignEvmTransaction200Response(methodName='runTest')¶
Bases:
TestCase
SignEvmTransaction200Response unit test stubs
- make_instance(include_optional)¶
Test SignEvmTransaction200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignEvmTransaction200Response()¶
Test SignEvmTransaction200Response
cdp.openapi_client.test.test_sign_evm_transaction_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_evm_transaction_request.TestSignEvmTransactionRequest(methodName='runTest')¶
Bases:
TestCase
SignEvmTransactionRequest unit test stubs
- make_instance(include_optional)¶
Test SignEvmTransactionRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignEvmTransactionRequest()¶
Test SignEvmTransactionRequest
cdp.openapi_client.test.test_sign_solana_message200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_solana_message200_response.TestSignSolanaMessage200Response(methodName='runTest')¶
Bases:
TestCase
SignSolanaMessage200Response unit test stubs
- make_instance(include_optional)¶
Test SignSolanaMessage200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignSolanaMessage200Response()¶
Test SignSolanaMessage200Response
cdp.openapi_client.test.test_sign_solana_message_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_solana_message_request.TestSignSolanaMessageRequest(methodName='runTest')¶
Bases:
TestCase
SignSolanaMessageRequest unit test stubs
- make_instance(include_optional)¶
Test SignSolanaMessageRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignSolanaMessageRequest()¶
Test SignSolanaMessageRequest
cdp.openapi_client.test.test_sign_solana_transaction200_response module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_solana_transaction200_response.TestSignSolanaTransaction200Response(methodName='runTest')¶
Bases:
TestCase
SignSolanaTransaction200Response unit test stubs
- make_instance(include_optional)¶
Test SignSolanaTransaction200Response include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignSolanaTransaction200Response()¶
Test SignSolanaTransaction200Response
cdp.openapi_client.test.test_sign_solana_transaction_request module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_sign_solana_transaction_request.TestSignSolanaTransactionRequest(methodName='runTest')¶
Bases:
TestCase
SignSolanaTransactionRequest unit test stubs
- make_instance(include_optional)¶
Test SignSolanaTransactionRequest include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSignSolanaTransactionRequest()¶
Test SignSolanaTransactionRequest
cdp.openapi_client.test.test_solana_account module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_solana_account.TestSolanaAccount(methodName='runTest')¶
Bases:
TestCase
SolanaAccount unit test stubs
- make_instance(include_optional)¶
Test SolanaAccount include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testSolanaAccount()¶
Test SolanaAccount
cdp.openapi_client.test.test_solana_accounts_api module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_solana_accounts_api.TestSolanaAccountsApi(methodName='runTest')¶
Bases:
IsolatedAsyncioTestCase
SolanaAccountsApi unit test stubs
- async asyncSetUp()¶
- Return type:
None
- async asyncTearDown()¶
- Return type:
None
- async test_create_solana_account()¶
Test case for create_solana_account
Create a Solana account
- Return type:
None
- async test_get_solana_account()¶
Test case for get_solana_account
Get a Solana account by address
- Return type:
None
- async test_get_solana_account_by_name()¶
Test case for get_solana_account_by_name
Get a Solana account by name
- Return type:
None
- async test_list_solana_accounts()¶
Test case for list_solana_accounts
List Solana accounts or get account by name
- Return type:
None
- async test_sign_solana_message()¶
Test case for sign_solana_message
Sign a message
- Return type:
None
- async test_sign_solana_transaction()¶
Test case for sign_solana_transaction
Sign a transaction
- Return type:
None
cdp.openapi_client.test.test_token module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_token.TestToken(methodName='runTest')¶
Bases:
TestCase
Token unit test stubs
- make_instance(include_optional)¶
Test Token include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testToken()¶
Test Token
cdp.openapi_client.test.test_token_amount module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_token_amount.TestTokenAmount(methodName='runTest')¶
Bases:
TestCase
TokenAmount unit test stubs
- make_instance(include_optional)¶
Test TokenAmount include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testTokenAmount()¶
Test TokenAmount
cdp.openapi_client.test.test_token_balance module¶
Coinbase Developer Platform APIs
The Coinbase Developer Platform APIs - leading the world’s transition onchain.
The version of the OpenAPI document: 2.0.0 Contact: cdp@coinbase.com Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
- class cdp.openapi_client.test.test_token_balance.TestTokenBalance(methodName='runTest')¶
Bases:
TestCase
TokenBalance unit test stubs
- make_instance(include_optional)¶
Test TokenBalance include_optional is a boolean, when False only required params are included, when True both required and optional params are included
- Return type:
- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- testTokenBalance()¶
Test TokenBalance