Module: Solace::Instructions::ComputeBudget
- Defined in:
- lib/solace/instructions/compute_budget/set_compute_unit_price_instruction.rb,
lib/solace/instructions/compute_budget/set_compute_unit_limit_instruction.rb
Overview
The ComputeBudget module contains instruction builders for the Compute Budget Program.
The Compute Budget program prices and provisions a transaction's execution. Its instructions take no accounts; each encodes a directive the runtime reads when scheduling and executing the transaction, such as the priority fee attached to it.
This module contains classes that build the low-level instruction data required to interact with the Compute Budget Program.
Defined Under Namespace
Classes: SetComputeUnitLimitInstruction, SetComputeUnitPriceInstruction