Documentation
    Preparing search index...

    Interface BalanceChangeReceipt

    interface BalanceChangeReceipt {
        accountId: string;
        amount: number;
        coinType: string;
        newBalance: number;
        raw: { amount: bigint; newBalance: bigint };
    }
    Index
    accountId: string
    amount: number

    Display value assuming a 6-decimal coin (quote + PLP both are).

    coinType: string
    newBalance: number
    raw: { amount: bigint; newBalance: bigint }