ParsedSplTokenInstruction.generic constructor

const ParsedSplTokenInstruction.generic({
  1. required dynamic info,
  2. required String type,
})

Implementation

const factory ParsedSplTokenInstruction.generic({
  required dynamic info,
  required String type,
}) = ParsedSplTokenGenericInstruction;