lookup_transfers
Fetch one or more transfers by their id
s.
Event
An id
belonging to a Transfer
.
Result
- If the transfer exists, return the
Transfer
. - If the transfer 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 a transfer in src/state_machine.zig.
Search for fn execute_lookup_transfers(
.