ParsedInstruction.splToken constructor

  1. @FreezedUnionValue.new('spl-token')
const ParsedInstruction.splToken({
  1. required ParsedSplTokenInstruction parsed,
})

Implementation

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