get_locked_asset_balance
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)>
Return
pagination result, where the data is a list of tuples: list<(text, amount)>
Parameters
account that locked their assets
the asset that was locked
optional list to specify what lock account types to include balances for. If not specified, balances will be fetched for all lock account types.
the size of the pages to retrieve
a pointer to where the page should start
See also
for information about pagination
for more information on lock accounts
for a function that reports the sum of all these values
for a function that reports these values for all assets.