T402 API Reference - v2.9.0
    Preparing search index...

    Type Alias VerifyTransactionParams

    Parameters for verifying a signed transaction

    type VerifyTransactionParams = {
        signedTransactionXdr: string;
        expectedFrom: string;
        expectedTransfer: {
            amount: string;
            destination: string;
            tokenContract: string;
        };
    }
    Index

    Properties

    signedTransactionXdr: string

    The signed transaction XDR (base64)

    expectedFrom: string

    Expected sender address

    expectedTransfer: { amount: string; destination: string; tokenContract: string }

    Expected transfer details

    Type Declaration

    • amount: string

      Expected token amount (in smallest units)

    • destination: string

      Expected destination address

    • tokenContract: string

      Token contract address