Expand description
Offchain helper for fetching required accounts to build instructions
Functions§
- add_
extra_ account_ metas - Offchain helper to add required account metas to an instruction, including the ones required by the transfer hook.
- create_
transfer_ checked_ instruction_ with_ extra_ metas - Offchain helper to create a
TransferChecked
instruction with all additional required account metas for a transfer, including the ones required by the transfer hook. - create_
transfer_ checked_ with_ fee_ instruction_ with_ extra_ metas - Offchain helper to create a
TransferCheckedWithFee
instruction with all additional required account metas for a transfer, including the ones required by the transfer hook.
Type Aliases§
- Account
Data Result - Type representing the output of an account fetching function, for easy chaining between APIs
- Account
Fetch Error - Generic error type that can come out of any client while fetching account data