ParsedInstruction.splToken constructor
- @FreezedUnionValue('spl-token')
- required ParsedSplTokenInstruction parsed,
Implementation
@FreezedUnionValue('spl-token')
const factory ParsedInstruction.splToken({
required ParsedSplTokenInstruction parsed,
}) = ParsedInstructionSplToken;