Function availableBalanceOf

  • Retrieves the available balance of a token for a given account info snapshot.

    Returns

    The available balance of the token for the account.

    Parameters

    • token: TokenId | Token

      The token or token id to inspect.

    • accountInfo: AccountInfo

      The account info to check the available balance for.

    Returns BalanceOfResponse

  • Retrieves the available balance of a token for a given account info snapshot.

    Returns

    The available balance of the token for the account.

    Parameters

    • token: Token

      The token to inspect.

    • account: AccountAddress

      The account to check the available balance for.

    Returns Promise<BalanceOfResponse>

Generated using TypeDoc