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

Represents the delta between two balances.

Type declaration

  • balance: BigNumber

    The delta of the balance.

  • formattedBalance: string

    The formatted balance of the delta.

Generated using TypeDoc