CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Interface SendTransactionOptions

    Options for sending a Solana transaction.

    interface SendTransactionOptions {
        network: SendSolanaTransactionBodyNetwork;
        transaction: string;
        idempotencyKey?: string;
    }
    Index

    Properties

    network: SendSolanaTransactionBodyNetwork

    The network to send the transaction to.

    transaction: string

    The base64 encoded transaction to send.

    idempotencyKey?: string

    The idempotency key.