AccountsApi - interface

Export

Interface

AccountsApiInterface

Hierarchy

  • AccountsApiInterface

Implemented by

Methods

  • Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0. Get account info

    Parameters

    Returns Promise<AccountDataResponse>

  • Retrieves the account data for a given Account or a Contract Identifier Where balance is the hex encoding of a unsigned 128-bit integer (big-endian), nonce is an unsigned 64-bit integer, and the proofs are provided as hex strings. For non-existent accounts, this does not return a 404 error, rather it returns an object with balance and nonce of 0.

    Summary

    Get account info

    Throws

    Memberof

    AccountsApiInterface

    Parameters

    Returns Promise<ApiResponse<AccountDataResponse>>

Generated using TypeDoc