CDP Wallet Account implementation for Solana accounts. This class represents a Solana account within the CDP wallet ecosystem.Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Implements
WalletAccount
Accessors
address
Get Signature
Returns
string
The base58 encoded Solana address
Implementation of
publicKey
Get Signature
Returns
Uint8Array<ArrayBuffer>
A copy of the public key bytes
Implementation of
chains
Get Signature
Returns
readonly ["solana:mainnet", "solana:devnet"]
Array of supported Solana chains
Implementation of
features
Get Signature
Returns
readonly ["solana:signAndSendTransaction", "solana:signTransaction", "solana:signMessage"]
Array of supported wallet standard features
Implementation of
Constructors
Constructor
Parameters
| Parameter | Type | Description |
|---|---|---|
publicKey | Uint8Array | The public key bytes for this account (must be exactly 32 bytes for Solana) |
Returns
CdpWalletAccount