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

    Interface ParsedTokenTransfer

    Parsed token transfer from transaction events

    interface ParsedTokenTransfer {
        contractAddress: string;
        from: string;
        to: string;
        amount: string;
        success: boolean;
    }
    Index

    Properties

    contractAddress: string

    Contract address (principal.contract-name)

    from: string

    Sender address

    to: string

    Recipient address

    amount: string

    Amount transferred (atomic units)

    success: boolean

    Whether the transfer was successful