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

    Interface FA2TransferParam

    FA2 transfer parameter structure

    interface FA2TransferParam {
        from_: string;
        txs: { to_: string; token_id: number; amount: string }[];
    }
    Index

    Properties

    Properties

    from_: string
    txs: { to_: string; token_id: number; amount: string }[]