Expand description
Hopper-owned CPI instruction types.
These types form the instruction ABI for Hopper cross-program invocation.
They are Hopper-owned and reference Hopper’s Address and AccountView
types, giving the framework full control over its public API surface.
Structs§
- CpiAccount
- C-ABI account info passed to
sol_invoke_signed_c. - Instruction
Account - Metadata for an account referenced in a CPI instruction.
- Instruction
View - A cross-program instruction to invoke.
- Seed
- A single PDA seed for CPI signing.
- Signer
- A PDA signer: a set of seeds that derive the signing PDA.