solana_compute_budget

Module compute_budget

Source

Structs§

ComputeBudget

Constants§

MAX_CALL_DEPTH
Max call depth. This is the maximum nesting of SBF to SBF call that can happen within a program.
MAX_INSTRUCTION_STACK_DEPTH
Max instruction stack depth. This is the maximum nesting of instructions that can happen during a transaction.
STACK_FRAME_SIZE
The size of one SBF stack frame.