get_account_by_id
@mount("ft4.get_account_by_id")
query get_account_by_id(id: byte_array): immutable_mirror_struct<account>?(source)
Retrieves an account by its id. If no account with the specified id exists, then this query will return null
Parameters
id
id of the account to retrieve