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

    Interface SignTransactionOptions

    Options for signing a Solana transaction.

    interface SignTransactionOptions {
        address: string;
        transaction: string;
        idempotencyKey?: string;
    }
    Index

    Properties

    address: string

    The address of the account.

    transaction: string

    The base64 encoded transaction to sign.

    idempotencyKey?: string

    The idempotency key.