get_lock_accounts

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

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.

Parameters

account_id

the id of the account to get lock accounts for