Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedQuarryMintWrapperInstruction<TProgram>

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

    Type Parameters

    • TProgram extends string = "QMWoBmAyJLAsA1Lh9ugMTw2gciTihncciphzdNzdZYV"