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

    Type Alias ExactDirectStacksPayload

    Payment payload for exact-direct scheme on Stacks

    type ExactDirectStacksPayload = {
        txId: string;
        from: string;
        to: string;
        amount: string;
        contractAddress: string;
    }
    Index

    Properties

    txId: string

    Transaction ID (0x-prefixed hex, 64 chars)

    from: string

    Sender address (Stacks principal)

    to: string

    Recipient address (Stacks principal)

    amount: string

    Amount in smallest unit (atomic)

    contractAddress: string

    SIP-010 contract address (principal.contract-name)