ParsedSystemInstruction.unsupported constructor

const ParsedSystemInstruction.unsupported({
  1. required String type,
})

Instructions that we haven't implemented yet.

Implementation

const factory ParsedSystemInstruction.unsupported({
  required String type,
}) = ParsedSystemUnsupportedInstruction;