Expand description
Data shared between program runtime and built-in programs as well as SBF programs.
Structs§
- Shared account borrowed from the TransactionContext and an InstructionContext.
- Everything that needs to be recorded from a TransactionContext after execution
- Contains account meta data which varies between instruction.
- Loaded instruction shared between runtime and programs.
- Loaded transaction shared between runtime and programs.
- Return data at the end of a transaction
Type Aliases§
- Index of an account inside of the TransactionContext or an InstructionContext.
- An account key and the matching account