Coda by Ian Macalinao
    Preparing search index...

    Type Alias QuarryOperatorPluginInstructions

    type QuarryOperatorPluginInstructions = {
        createOperator: (
            input: MakeOptional<CreateOperatorAsyncInput, "payer">,
        ) => ReturnType<typeof getCreateOperatorInstructionAsync> & SelfPlanAndSendFunctions;
        createOperatorV2: (
            input: MakeOptional<CreateOperatorV2AsyncInput, "payer">,
        ) => ReturnType<typeof getCreateOperatorV2InstructionAsync> & SelfPlanAndSendFunctions;
        delegateCreateQuarry: (
            input: MakeOptional<DelegateCreateQuarryAsyncInput, "payer">,
        ) => ReturnType<typeof getDelegateCreateQuarryInstructionAsync> & SelfPlanAndSendFunctions;
        delegateCreateQuarryV2: (
            input: MakeOptional<DelegateCreateQuarryV2AsyncInput, "payer">,
        ) => ReturnType<typeof getDelegateCreateQuarryV2InstructionAsync> & SelfPlanAndSendFunctions;
        delegateSetAnnualRewards: (
            input: DelegateSetAnnualRewardsInput,
        ) => ReturnType<typeof getDelegateSetAnnualRewardsInstruction> & SelfPlanAndSendFunctions;
        delegateSetFamine: (
            input: DelegateSetFamineInput,
        ) => ReturnType<typeof getDelegateSetFamineInstruction> & SelfPlanAndSendFunctions;
        delegateSetRewardsShare: (
            input: DelegateSetRewardsShareInput,
        ) => ReturnType<typeof getDelegateSetRewardsShareInstruction> & SelfPlanAndSendFunctions;
        setAdmin: (
            input: SetAdminInput,
        ) => ReturnType<typeof getSetAdminInstruction> & SelfPlanAndSendFunctions;
        setQuarryCreator: (
            input: SetQuarryCreatorInput,
        ) => ReturnType<typeof getSetQuarryCreatorInstruction> & SelfPlanAndSendFunctions;
        setRateSetter: (
            input: SetRateSetterInput,
        ) => ReturnType<typeof getSetRateSetterInstruction> & SelfPlanAndSendFunctions;
        setShareAllocator: (
            input: SetShareAllocatorInput,
        ) => ReturnType<typeof getSetShareAllocatorInstruction> & SelfPlanAndSendFunctions;
    }
    Index
    createOperator: (
        input: MakeOptional<CreateOperatorAsyncInput, "payer">,
    ) => ReturnType<typeof getCreateOperatorInstructionAsync> & SelfPlanAndSendFunctions
    createOperatorV2: (
        input: MakeOptional<CreateOperatorV2AsyncInput, "payer">,
    ) => ReturnType<typeof getCreateOperatorV2InstructionAsync> & SelfPlanAndSendFunctions
    delegateCreateQuarry: (
        input: MakeOptional<DelegateCreateQuarryAsyncInput, "payer">,
    ) => ReturnType<typeof getDelegateCreateQuarryInstructionAsync> & SelfPlanAndSendFunctions
    delegateCreateQuarryV2: (
        input: MakeOptional<DelegateCreateQuarryV2AsyncInput, "payer">,
    ) => ReturnType<typeof getDelegateCreateQuarryV2InstructionAsync> & SelfPlanAndSendFunctions
    delegateSetAnnualRewards: (
        input: DelegateSetAnnualRewardsInput,
    ) => ReturnType<typeof getDelegateSetAnnualRewardsInstruction> & SelfPlanAndSendFunctions
    delegateSetFamine: (
        input: DelegateSetFamineInput,
    ) => ReturnType<typeof getDelegateSetFamineInstruction> & SelfPlanAndSendFunctions
    delegateSetRewardsShare: (
        input: DelegateSetRewardsShareInput,
    ) => ReturnType<typeof getDelegateSetRewardsShareInstruction> & SelfPlanAndSendFunctions
    setAdmin: (
        input: SetAdminInput,
    ) => ReturnType<typeof getSetAdminInstruction> & SelfPlanAndSendFunctions
    setQuarryCreator: (
        input: SetQuarryCreatorInput,
    ) => ReturnType<typeof getSetQuarryCreatorInstruction> & SelfPlanAndSendFunctions
    setRateSetter: (
        input: SetRateSetterInput,
    ) => ReturnType<typeof getSetRateSetterInstruction> & SelfPlanAndSendFunctions
    setShareAllocator: (
        input: SetShareAllocatorInput,
    ) => ReturnType<typeof getSetShareAllocatorInstruction> & SelfPlanAndSendFunctions