Module-level declarations
Queries
Retrieves all lock accounts for the specified account.
Note: Lock accounts are created lazily, so if the account has not yet used a lock account of a certain type, it will not be present in the list. Consequently, the list might be empty.
Same as get_lock_accounts()
but if the account does not have any assets in in anymore, it will be omitted from the resulting list.
Retrieves the total locked sum of the specified asset over various lock types, given the account that locked them. The returned value adds up the values that were locked, regardless of the lock type, for a single asset.
Similar to get_locked_asset_aggregated_balance
, except that it allows retrieving the info for all locked assets.
Retrieves all balances of a certain asset that were locked from a certain account. Paginated, the returned data is a list of tuples containing the amount and a lock type label: list<(lock type, amount)>
Similar to get_locked_asset_balance
, except that it allows retrieving the info for all locked assets.