Expand description
Lightweight types for directing the execution of Solana programs.
This crate offers views and zero-copy types to interact with program instructions and accounts. As a result, it reduces compute units consumption. This is achieved by defining types that hold references instead of owning the required data.
Modules§
- cpi
cpi - Cross-program invocation helpers.
Macros§
Structs§
- Instruction
Account - Describes an account during instruction execution.
- Instruction
View - Information about an instruction.