Properties
| Property | Type | Description |
|---|---|---|
solanaAccount | SolanaAddress | The Solana account to send the transaction with. |
network | SendSolanaTransactionWithEndUserAccountBodyNetwork | The network to send the transaction to. |
transaction | string | The base64 encoded transaction to send. |
useCdpSponsor? | boolean | Whether transaction fees should be sponsored by CDP. When true, CDP sponsors the transaction fee. |
idempotencyKey? | string | Optional idempotency key for safe retries. |