InnerInstruction class

Inner Instruction

Inheritance

Constructors

InnerInstruction.new({required num index, required List<MessageInstruction> instructions})
The Solana runtime records the cross-program instructions that are invoked during transaction processing and makes these available for greater transparency of what was executed on-chain per transaction instruction.
const
InnerInstruction.fromJson(Map<String, dynamic> json)
Creates an instance of this class from the constructor parameters defined in the json object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index num
The index of the transaction instruction from which the inner instruction(s) originated.
final
instructions List<MessageInstruction>
An ordered list of inner program instructions that were invoked during a single transaction instruction.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialises this class into a JSON object.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited