encodeInstruction<T extends Enum> method
Encodes the program instruction
.
Implementation
@override
Iterable<int> encodeInstruction<T extends Enum>(final T instruction)
=> Buffer.fromUint8((instruction as MetaplexTokenMetadataInstruction).discriminator);