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

    Type Alias ExactDirectTezosPayload

    Exact-direct payment payload for Tezos

    type ExactDirectTezosPayload = {
        opHash: string;
        from: string;
        to: string;
        amount: string;
        contractAddress: string;
        tokenId: number;
    }
    Index

    Properties

    opHash: string

    Operation hash (o...)

    from: string

    Sender address (tz1/tz2/tz3...)

    to: string

    Recipient address

    amount: string

    Amount in smallest units

    contractAddress: string

    FA2 contract address (KT1...)

    tokenId: number

    Token ID within the FA2 contract