Coda by Ian Macalinao
    Preparing search index...

    Type Alias QuarryMintWrapperPluginInstructions

    type QuarryMintWrapperPluginInstructions = {
        acceptAdmin: (
            input: AcceptAdminInput,
        ) => ReturnType<typeof getAcceptAdminInstruction> & SelfPlanAndSendFunctions;
        minterUpdate: (
            input: MinterUpdateInput,
        ) => ReturnType<typeof getMinterUpdateInstruction> & SelfPlanAndSendFunctions;
        newMinter: (
            input: MakeOptional<NewMinterAsyncInput, "payer">,
        ) => ReturnType<typeof getNewMinterInstructionAsync> & SelfPlanAndSendFunctions;
        newMinterV2: (
            input: MakeOptional<NewMinterV2AsyncInput, "payer">,
        ) => ReturnType<typeof getNewMinterV2InstructionAsync> & SelfPlanAndSendFunctions;
        newWrapper: (
            input: MakeOptional<NewWrapperAsyncInput, "payer">,
        ) => ReturnType<typeof getNewWrapperInstructionAsync> & SelfPlanAndSendFunctions;
        newWrapperV2: (
            input: MakeOptional<NewWrapperV2AsyncInput, "payer">,
        ) => ReturnType<typeof getNewWrapperV2InstructionAsync> & SelfPlanAndSendFunctions;
        performMint: (
            input: PerformMintInput,
        ) => ReturnType<typeof getPerformMintInstruction> & SelfPlanAndSendFunctions;
        transferAdmin: (
            input: TransferAdminInput,
        ) => ReturnType<typeof getTransferAdminInstruction> & SelfPlanAndSendFunctions;
    }
    Index
    acceptAdmin: (
        input: AcceptAdminInput,
    ) => ReturnType<typeof getAcceptAdminInstruction> & SelfPlanAndSendFunctions
    minterUpdate: (
        input: MinterUpdateInput,
    ) => ReturnType<typeof getMinterUpdateInstruction> & SelfPlanAndSendFunctions
    newMinter: (
        input: MakeOptional<NewMinterAsyncInput, "payer">,
    ) => ReturnType<typeof getNewMinterInstructionAsync> & SelfPlanAndSendFunctions
    newMinterV2: (
        input: MakeOptional<NewMinterV2AsyncInput, "payer">,
    ) => ReturnType<typeof getNewMinterV2InstructionAsync> & SelfPlanAndSendFunctions
    newWrapper: (
        input: MakeOptional<NewWrapperAsyncInput, "payer">,
    ) => ReturnType<typeof getNewWrapperInstructionAsync> & SelfPlanAndSendFunctions
    newWrapperV2: (
        input: MakeOptional<NewWrapperV2AsyncInput, "payer">,
    ) => ReturnType<typeof getNewWrapperV2InstructionAsync> & SelfPlanAndSendFunctions
    performMint: (
        input: PerformMintInput,
    ) => ReturnType<typeof getPerformMintInstruction> & SelfPlanAndSendFunctions
    transferAdmin: (
        input: TransferAdminInput,
    ) => ReturnType<typeof getTransferAdminInstruction> & SelfPlanAndSendFunctions