Fetch one or more accounts by their id
s.
debits_must_not_exceed_credits
or
credits_must_not_exceed_debits
flag on the
accounts to limit their account balances. More complex conditional transfers can be expressed using
balance-conditional transfers.
- If the account exists, return the
Account
. - If the account does not exist, return nothing.
For language-specific docs see:
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(
.