Skip to main content
Coinbase Developer Documentation home page
Search...
⌘K
Get help
Dev portal
Dev portal
Search...
Navigation
Type Aliases
ExportEvmAccountResult
Docs
API Reference
SDKs
SDKs
Overview
BUILD ONCHAIN
CDP SDKs v2
Backend
Frontend
Overview
@coinbase/create-cdp-app
@coinbase/cdp-core
Overview
Classes
Functions
Interfaces
Type Aliases
APIErrorType
AccountsRequest
AllowedEvmTransactionType
AuthenticationMethods
BaseConfig
CDPEmbeddedWallet
CDPEmbeddedWalletConfig
ChainIdRequest
Config
CreateSpendPermissionOptions
CreateSpendPermissionResult
EIP1193ErrorCode
EIP1193Provider
EIP1193RequestFunctionType
EIP712Message
EmailAuthentication
ErrorType
EthSignRequest
EthereumConfig
EvmAddress
EvmCall
ExactPartial
ExportEvmAccountOptions
ExportEvmAccountResult
ExportSolanaAccountOptions
ExportSolanaAccountResult
GetCallsStatusRequest
GetCapabilitiesRequest
GetUserOperationOptions
GetUserOperationResult
Hex
HttpErrorType
ListSpendPermissionsOptions
ListSpendPermissionsResult
NetworkConfig
OAuth2ProviderType
OAuthFlowStatus
OnAuthStateChangeFn
OnOAuthStateChangeFn
PersonalSignRequest
ProviderRequest
ProviderState
ProviderStoreInstance
RPCErrorCode
RequestAccountsRequest
RevokeSpendPermissionOptions
RevokeSpendPermissionResult
SendCallsRequest
SendEvmTransactionOptions
SendEvmTransactionResult
SendEvmTransactionWithEndUserAccountBodyNetwork
SendSolanaTransactionOptions
SendSolanaTransactionResult
SendSolanaTransactionWithEndUserAccountBodyNetwork
SendTransactionRequest
SendTransactionRequestParams
SendUserOperationOptions
SendUserOperationResult
SignEvmHashOptions
SignEvmHashResult
SignEvmMessageOptions
SignEvmMessageResult
SignEvmTransactionOptions
SignEvmTransactionResult
SignEvmTypedDataOptions
SignEvmTypedDataResult
SignInWithEmailOptions
SignInWithEmailResult
SignInWithSmsOptions
SignInWithSmsResult
SignSolanaMessageOptions
SignSolanaMessageResult
SignSolanaTransactionOptions
SignSolanaTransactionResult
SignTypedDataRequest
SmsAuthentication
SolanaAddress
SpendPermission
SpendPermissionInput
SpendPermissionNetwork
SpendPermissionNetwork
SwitchEthereumChainRequest
UnknownRequest
User
VerifyEmailOTPOptions
VerifyEmailOTPResult
VerifyOAuthOptions
VerifyOAuthResult
VerifySmsOTPOptions
VerifySmsOTPResult
WalletCapabilities
WalletDisconnectRequest
Variables
Reference
@coinbase/cdp-hooks
@coinbase/cdp-react
@coinbase/cdp-solana-standard-wallet
@coinbase/cdp-wagmi
CDP SDKs v1
AgentKit
MiniKit
CONSUMER APIs
Coinbase Advanced Trade
INSTITUTIONAL APIs
Coinbase Prime
On this page
Properties
Type Aliases
ExportEvmAccountResult
Copy page
Copy page
Report incorrect code
Copy
Ask AI
type
ExportEvmAccountResult
=
{
privateKey
:
string
;
};
Result of exportEvmAccount.
Properties
Property
Type
Description
privateKey
string
The 32 byte raw private key of the EVM account.
Was this page helpful?
Yes
No
ExportEvmAccountOptions
Previous
ExportSolanaAccountOptions
Next
⌘I