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