deserialiseInstruction function

InstructionWrapper deserialiseInstruction(
  1. Uint8List data
)

Implementation

InstructionWrapper deserialiseInstruction(Uint8List data) {
  return InstructionWrapper.fromBuffer(data);
}