Function getLockedAssetBalances

  • Fetches all locked asset balances for the specified account as a paginated entity. Optionally limited by specific types

    Parameters

    • queryable: Queryable

      client to use to query the blockchain

    • accountId: BufferId

      the id of the account to fetch balances for

    • types: null | string[] = null

      optionally limit the balances to a specific type

    • limit: OptionalLimit = null

      maximum page size

    • cursor: OptionalPageCursor = null

      where the page should start

    Returns Promise<PaginatedEntity<LockedBalance>>