Expand description
This library provides a way for Solana programs to request additional accounts for an instruction, according to sRFC 21.
Structs§
Constants§
Traits§
Functions§
- call
- Calls an instruction on a program that complies with the additional accounts interface
- call_
interface_ function - This calls the main function on the target program, and passes along the requested account_metas from the preflight function
- call_
interface_ function_ raw - call_
preflight_ interface_ function - This calls the preflight function on the target program (defined on the ctx)
- forward_
return_ data - get_
delimiter - identify_
additional_ accounts - Returns the additional accounts needed to execute the instruction Will only return up to MAX_ACCOUNTS accounts.
- resolve_
additional_ accounts - Resolves the page of accounts for a particular instruction