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

    Type Alias BuildTransferParams

    Parameters for building and signing a Soroban transfer transaction

    type BuildTransferParams = {
        tokenContract: string;
        from: string;
        to: string;
        amount: string;
        maxLedger: number;
        networkPassphrase: string;
    }
    Index

    Properties

    tokenContract: string

    Token contract address (C-account)

    from: string

    Sender address (G-account)

    to: string

    Recipient address (G-account)

    amount: string

    Amount in smallest token units

    maxLedger: number

    Maximum ledger for transaction validity

    networkPassphrase: string

    Network passphrase for signing