interface AccountBalanceInfo {
    available: bigint;
    locked: bigint;
    total: bigint;
    usedOnStorage: bigint;
}

Properties

available: bigint
locked: bigint
total: bigint
usedOnStorage: bigint