CompiledInstruction constructor
CompiledInstruction({})
Returns a new CompiledInstruction instance.
Implementation
CompiledInstruction({
required this.programIdIndex,
this.accounts = const [],
required this.data,
});