Class: Solana::Ruby::Kit::InstructionPlans::SequentialInstructionPlan
- Inherits:
-
T::Struct
- Object
- T::Struct
- Solana::Ruby::Kit::InstructionPlans::SequentialInstructionPlan
- Defined in:
- lib/solana/ruby/kit/instruction_plans/instruction_plan.rb
Overview
A plan whose children must execute in order. divisible: true allows the planner to split children across transactions. divisible: false means all children should be atomic (one tx or a bundle).
Instance Method Summary collapse
Instance Method Details
#kind ⇒ Object
35 |
# File 'lib/solana/ruby/kit/instruction_plans/instruction_plan.rb', line 35 def kind = :sequential |