interface BalancePayload {
    address: string;
    amount: bigint;
    chainId: number;
    decimals: number;
    formattedAmount: string;
}

Properties

address: string

address: The address of the account

amount: bigint

amount: The amount of the balance

chainId: number

chainId: The chainId of the network

decimals: number

decimals: The number of decimals

formattedAmount: string

formattedAmount: The amount of the balance formatted