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