CDP Frontend SDK
    Preparing search index...

    Type Alias SendSolanaTransactionOptions

    Request parameters for sending a Solana transaction.

    type SendSolanaTransactionOptions = {
        solanaAccount: SolanaAddress;
        network: SendSolanaTransactionWithEndUserAccountBodyNetwork;
        transaction: string;
    }
    Index

    Properties

    solanaAccount: SolanaAddress

    The Solana account to send the transaction with.

    The network to send the transaction to.

    transaction: string

    The base64 encoded transaction to send.