get_lock_accounts_with_non_zero_balances

@mount("ft4.get_lock_accounts_with_non_zero_balances") query get_lock_accounts_with_non_zero_balances(account_id: byte_array): list<(id: byte_array, type: text)>(source)

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.

Parameters

account_id

the id of the account to get lock accounts for