Class: Solana::Ruby::Kit::InstructionPlans::SingleTransactionPlan

Inherits:
T::Struct
  • Object
show all
Defined in:
lib/solana/ruby/kit/instruction_plans/transaction_plan.rb

Overview

── Transaction plan types ────────────────────────────────────────────────

A TransactionPlan is a recursive tree of compiled transaction messages that mirrors the structure of an InstructionPlan after the planner has resolved it.

TransactionPlan = SingleTransactionPlan
                | SequentialTransactionPlan
                | ParallelTransactionPlan

Instance Method Summary collapse

Instance Method Details

#kindObject



21
# File 'lib/solana/ruby/kit/instruction_plans/transaction_plan.rb', line 21

def kind = :single