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