Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedQuarryMintWrapperInstruction<TProgram>

    ParsedQuarryMintWrapperInstruction:
        | { instructionType: NewWrapper } & ParsedNewWrapperInstruction<
            TProgram,
        >
        | { instructionType: NewWrapperV2 } & ParsedNewWrapperV2Instruction<
            TProgram,
        >
        | { instructionType: TransferAdmin } & ParsedTransferAdminInstruction<
            TProgram,
        >
        | { instructionType: AcceptAdmin } & ParsedAcceptAdminInstruction<TProgram>
        | { instructionType: NewMinter } & ParsedNewMinterInstruction<TProgram>
        | { instructionType: NewMinterV2 } & ParsedNewMinterV2Instruction<TProgram>
        | { instructionType: MinterUpdate } & ParsedMinterUpdateInstruction<
            TProgram,
        >
        | { instructionType: PerformMint } & ParsedPerformMintInstruction<TProgram>

    Type Parameters

    • TProgram extends string = "QMWoBmAyJLAsA1Lh9ugMTw2gciTihncciphzdNzdZYV"