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

    Type Alias RpcViewAccountResponse

    A view of the account

    type RpcViewAccountResponse = {
        amount: NearToken;
        block_hash: CryptoHash;
        block_height: number;
        code_hash: CryptoHash;
        global_contract_account_id?: AccountId | null;
        global_contract_hash?: CryptoHash | null;
        locked: NearToken;
        storage_paid_at?: number;
        storage_usage: number;
    }
    Index

    Properties

    amount: NearToken
    block_hash: CryptoHash
    block_height: number
    code_hash: CryptoHash
    global_contract_account_id?: AccountId | null
    global_contract_hash?: CryptoHash | null
    locked: NearToken
    storage_paid_at?: number

    TODO(2271): deprecated.

    storage_usage: number