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

    Interface AccountState

    interface AccountState {
        balance: {
            available: bigint;
            locked: bigint;
            total: bigint;
            usedOnStorage: bigint;
        };
        codeHash: string;
        storageUsage: number;
    }
    Index

    Properties

    balance: {
        available: bigint;
        locked: bigint;
        total: bigint;
        usedOnStorage: bigint;
    }
    codeHash: string
    storageUsage: number