Type Alias BalanceDelta

BalanceDelta: {
    balance: bigint;
    formattedBalance: string;
}

Represents the delta between two balances.

Type declaration

  • balance: bigint

    The delta of the balance.

  • formattedBalance: string

    The formatted balance of the delta.

""