Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 843 Bytes

lookup_transfers.md

File metadata and controls

28 lines (18 loc) · 843 Bytes

lookup_transfers

Fetch one or more transfers by their ids.

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(.