@circle-fin/usdckit - v0.18.0
    Preparing search index...

    SignTransactionResponseData

    interface SignedTransaction {
        signature: string;
        signedTransaction: string;
        txHash?: string;
    }
    Index

    Properties

    signature: string

    Each chain encode signatures in a different way, please refer to Signing APIs doc and the blockchain's document.

    SignTransactionResponseData

    signedTransaction: string

    Signed transaction. Base64 encoded for NEAR and Solana chains. Hex encoded for EVM chains.

    SignTransactionResponseData

    txHash?: string

    Blockchain generated identifier of the transaction.

    SignTransactionResponseData