Module transaction_context

Source
Expand description

Successors of instruction_context_context::StackFrame, KeyedAccount and AccountInfo

Structs§

BorrowedAccount
Shared account borrowed from the TransactionContext and an InstructionContext.
ExecutionRecord
Everything that needs to be recorded from a TransactionContext after execution
InstructionAccount
Contains account meta data which varies between instruction.
InstructionContext
Loaded instruction shared between runtime and programs.
TransactionContext
Loaded transaction shared between runtime and programs.
TransactionReturnData
Return data at the end of a transaction

Type Aliases§

InstructionTrace
List of (stack height, instruction) for each top-level instruction
TransactionAccount