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

    Interface ProofOfPayment

    interface ProofOfPayment {
        fromAddress: string;
        toAddress: string;
        chainId: string;
        txHash: string;
    }
    Index

    Properties

    fromAddress: string
    toAddress: string
    chainId: string
    txHash: string