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

    Type Alias ExactDirectCosmosPayload

    Cosmos payment payload for the exact-direct scheme Contains transaction hash and metadata for verification

    type ExactDirectCosmosPayload = {
        txHash: string;
        from: string;
        to: string;
        amount: string;
        denom?: string;
    }
    Index

    Properties

    txHash: string

    Transaction hash of the completed MsgSend

    from: string

    Sender bech32 address (e.g., "noble1...")

    to: string

    Recipient bech32 address (e.g., "noble1...")

    amount: string

    Transfer amount in smallest units (e.g., "1000000" for 1 USDC)

    denom?: string

    Token denomination (e.g., "uusdc")