near-api-js - v7.0.4
    Preparing search index...

    Interface AccountBalanceInfo

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

    Properties

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