Skip to main content

lookup_accounts

Fetch one or more accounts by their ids.

Event

An id belonging to a Account.

Result

  • If the account exists, return the Account.
  • If the account does not exist, return nothing.

Client libraries

For language-specific docs see:

Internals

If you're curious and want to learn more, you can find the source code for looking up an account in src/state_machine.zig. Search for fn execute_lookup_accounts(.