MessageInstruction constructor
const
MessageInstruction({})
An instruction to execute by a program.
Implementation
const MessageInstruction({
required this.programIdIndex,
required this.accounts,
required this.data,
});