Coda by Ian Macalinao
    Preparing search index...

    Type Alias WhirlpoolPluginInstructions

    type WhirlpoolPluginInstructions = {
        closeBundledPosition: (
            input: CloseBundledPositionInput,
        ) => ReturnType<typeof getCloseBundledPositionInstruction> & SelfPlanAndSendFunctions;
        closePosition: (
            input: ClosePositionInput,
        ) => ReturnType<typeof getClosePositionInstruction> & SelfPlanAndSendFunctions;
        closePositionWithTokenExtensions: (
            input: ClosePositionWithTokenExtensionsInput,
        ) => ReturnType<typeof getClosePositionWithTokenExtensionsInstruction> & SelfPlanAndSendFunctions;
        collectFees: (
            input: CollectFeesInput,
        ) => ReturnType<typeof getCollectFeesInstruction> & SelfPlanAndSendFunctions;
        collectFeesV2: (
            input: CollectFeesV2Input,
        ) => ReturnType<typeof getCollectFeesV2Instruction> & SelfPlanAndSendFunctions;
        collectProtocolFees: (
            input: CollectProtocolFeesInput,
        ) => ReturnType<typeof getCollectProtocolFeesInstruction> & SelfPlanAndSendFunctions;
        collectProtocolFeesV2: (
            input: CollectProtocolFeesV2Input,
        ) => ReturnType<typeof getCollectProtocolFeesV2Instruction> & SelfPlanAndSendFunctions;
        collectReward: (
            input: CollectRewardInput,
        ) => ReturnType<typeof getCollectRewardInstruction> & SelfPlanAndSendFunctions;
        collectRewardV2: (
            input: CollectRewardV2Input,
        ) => ReturnType<typeof getCollectRewardV2Instruction> & SelfPlanAndSendFunctions;
        decreaseLiquidity: (
            input: DecreaseLiquidityInput,
        ) => ReturnType<typeof getDecreaseLiquidityInstruction> & SelfPlanAndSendFunctions;
        decreaseLiquidityV2: (
            input: DecreaseLiquidityV2Input,
        ) => ReturnType<typeof getDecreaseLiquidityV2Instruction> & SelfPlanAndSendFunctions;
        deletePositionBundle: (
            input: DeletePositionBundleInput,
        ) => ReturnType<typeof getDeletePositionBundleInstruction> & SelfPlanAndSendFunctions;
        deleteTokenBadge: (
            input: DeleteTokenBadgeInput,
        ) => ReturnType<typeof getDeleteTokenBadgeInstruction> & SelfPlanAndSendFunctions;
        increaseLiquidity: (
            input: IncreaseLiquidityInput,
        ) => ReturnType<typeof getIncreaseLiquidityInstruction> & SelfPlanAndSendFunctions;
        increaseLiquidityV2: (
            input: IncreaseLiquidityV2Input,
        ) => ReturnType<typeof getIncreaseLiquidityV2Instruction> & SelfPlanAndSendFunctions;
        initializeConfig: (
            input: InitializeConfigInput,
        ) => ReturnType<typeof getInitializeConfigInstruction> & SelfPlanAndSendFunctions;
        initializeConfigExtension: (
            input: InitializeConfigExtensionInput,
        ) => ReturnType<typeof getInitializeConfigExtensionInstruction> & SelfPlanAndSendFunctions;
        initializeFeeTier: (
            input: InitializeFeeTierInput,
        ) => ReturnType<typeof getInitializeFeeTierInstruction> & SelfPlanAndSendFunctions;
        initializePool: (
            input: InitializePoolInput,
        ) => ReturnType<typeof getInitializePoolInstruction> & SelfPlanAndSendFunctions;
        initializePoolV2: (
            input: InitializePoolV2Input,
        ) => ReturnType<typeof getInitializePoolV2Instruction> & SelfPlanAndSendFunctions;
        initializePositionBundle: (
            input: InitializePositionBundleInput,
        ) => ReturnType<typeof getInitializePositionBundleInstruction> & SelfPlanAndSendFunctions;
        initializePositionBundleWithMetadata: (
            input: InitializePositionBundleWithMetadataInput,
        ) => ReturnType<typeof getInitializePositionBundleWithMetadataInstruction> & SelfPlanAndSendFunctions;
        initializeReward: (
            input: InitializeRewardInput,
        ) => ReturnType<typeof getInitializeRewardInstruction> & SelfPlanAndSendFunctions;
        initializeRewardV2: (
            input: InitializeRewardV2Input,
        ) => ReturnType<typeof getInitializeRewardV2Instruction> & SelfPlanAndSendFunctions;
        initializeTickArray: (
            input: InitializeTickArrayInput,
        ) => ReturnType<typeof getInitializeTickArrayInstruction> & SelfPlanAndSendFunctions;
        initializeTokenBadge: (
            input: InitializeTokenBadgeInput,
        ) => ReturnType<typeof getInitializeTokenBadgeInstruction> & SelfPlanAndSendFunctions;
        lockPosition: (
            input: LockPositionInput,
        ) => ReturnType<typeof getLockPositionInstruction> & SelfPlanAndSendFunctions;
        openBundledPosition: (
            input: OpenBundledPositionInput,
        ) => ReturnType<typeof getOpenBundledPositionInstruction> & SelfPlanAndSendFunctions;
        openPosition: (
            input: OpenPositionInput,
        ) => ReturnType<typeof getOpenPositionInstruction> & SelfPlanAndSendFunctions;
        openPositionWithMetadata: (
            input: OpenPositionWithMetadataInput,
        ) => ReturnType<typeof getOpenPositionWithMetadataInstruction> & SelfPlanAndSendFunctions;
        openPositionWithTokenExtensions: (
            input: OpenPositionWithTokenExtensionsInput,
        ) => ReturnType<typeof getOpenPositionWithTokenExtensionsInstruction> & SelfPlanAndSendFunctions;
        setCollectProtocolFeesAuthority: (
            input: SetCollectProtocolFeesAuthorityInput,
        ) => ReturnType<typeof getSetCollectProtocolFeesAuthorityInstruction> & SelfPlanAndSendFunctions;
        setConfigExtensionAuthority: (
            input: SetConfigExtensionAuthorityInput,
        ) => ReturnType<typeof getSetConfigExtensionAuthorityInstruction> & SelfPlanAndSendFunctions;
        setDefaultFeeRate: (
            input: SetDefaultFeeRateInput,
        ) => ReturnType<typeof getSetDefaultFeeRateInstruction> & SelfPlanAndSendFunctions;
        setDefaultProtocolFeeRate: (
            input: SetDefaultProtocolFeeRateInput,
        ) => ReturnType<typeof getSetDefaultProtocolFeeRateInstruction> & SelfPlanAndSendFunctions;
        setFeeAuthority: (
            input: SetFeeAuthorityInput,
        ) => ReturnType<typeof getSetFeeAuthorityInstruction> & SelfPlanAndSendFunctions;
        setFeeRate: (
            input: SetFeeRateInput,
        ) => ReturnType<typeof getSetFeeRateInstruction> & SelfPlanAndSendFunctions;
        setProtocolFeeRate: (
            input: SetProtocolFeeRateInput,
        ) => ReturnType<typeof getSetProtocolFeeRateInstruction> & SelfPlanAndSendFunctions;
        setRewardAuthority: (
            input: SetRewardAuthorityInput,
        ) => ReturnType<typeof getSetRewardAuthorityInstruction> & SelfPlanAndSendFunctions;
        setRewardAuthorityBySuperAuthority: (
            input: SetRewardAuthorityBySuperAuthorityInput,
        ) => ReturnType<typeof getSetRewardAuthorityBySuperAuthorityInstruction> & SelfPlanAndSendFunctions;
        setRewardEmissions: (
            input: SetRewardEmissionsInput,
        ) => ReturnType<typeof getSetRewardEmissionsInstruction> & SelfPlanAndSendFunctions;
        setRewardEmissionsSuperAuthority: (
            input: SetRewardEmissionsSuperAuthorityInput,
        ) => ReturnType<typeof getSetRewardEmissionsSuperAuthorityInstruction> & SelfPlanAndSendFunctions;
        setRewardEmissionsV2: (
            input: SetRewardEmissionsV2Input,
        ) => ReturnType<typeof getSetRewardEmissionsV2Instruction> & SelfPlanAndSendFunctions;
        setTokenBadgeAuthority: (
            input: SetTokenBadgeAuthorityInput,
        ) => ReturnType<typeof getSetTokenBadgeAuthorityInstruction> & SelfPlanAndSendFunctions;
        swap: (
            input: SwapInput,
        ) => ReturnType<typeof getSwapInstruction> & SelfPlanAndSendFunctions;
        swapV2: (
            input: SwapV2Input,
        ) => ReturnType<typeof getSwapV2Instruction> & SelfPlanAndSendFunctions;
        twoHopSwap: (
            input: TwoHopSwapInput,
        ) => ReturnType<typeof getTwoHopSwapInstruction> & SelfPlanAndSendFunctions;
        twoHopSwapV2: (
            input: TwoHopSwapV2Input,
        ) => ReturnType<typeof getTwoHopSwapV2Instruction> & SelfPlanAndSendFunctions;
        updateFeesAndRewards: (
            input: UpdateFeesAndRewardsInput,
        ) => ReturnType<typeof getUpdateFeesAndRewardsInstruction> & SelfPlanAndSendFunctions;
    }
    Index
    closeBundledPosition: (
        input: CloseBundledPositionInput,
    ) => ReturnType<typeof getCloseBundledPositionInstruction> & SelfPlanAndSendFunctions
    closePosition: (
        input: ClosePositionInput,
    ) => ReturnType<typeof getClosePositionInstruction> & SelfPlanAndSendFunctions
    closePositionWithTokenExtensions: (
        input: ClosePositionWithTokenExtensionsInput,
    ) => ReturnType<typeof getClosePositionWithTokenExtensionsInstruction> & SelfPlanAndSendFunctions
    collectFees: (
        input: CollectFeesInput,
    ) => ReturnType<typeof getCollectFeesInstruction> & SelfPlanAndSendFunctions
    collectFeesV2: (
        input: CollectFeesV2Input,
    ) => ReturnType<typeof getCollectFeesV2Instruction> & SelfPlanAndSendFunctions
    collectProtocolFees: (
        input: CollectProtocolFeesInput,
    ) => ReturnType<typeof getCollectProtocolFeesInstruction> & SelfPlanAndSendFunctions
    collectProtocolFeesV2: (
        input: CollectProtocolFeesV2Input,
    ) => ReturnType<typeof getCollectProtocolFeesV2Instruction> & SelfPlanAndSendFunctions
    collectReward: (
        input: CollectRewardInput,
    ) => ReturnType<typeof getCollectRewardInstruction> & SelfPlanAndSendFunctions
    collectRewardV2: (
        input: CollectRewardV2Input,
    ) => ReturnType<typeof getCollectRewardV2Instruction> & SelfPlanAndSendFunctions
    decreaseLiquidity: (
        input: DecreaseLiquidityInput,
    ) => ReturnType<typeof getDecreaseLiquidityInstruction> & SelfPlanAndSendFunctions
    decreaseLiquidityV2: (
        input: DecreaseLiquidityV2Input,
    ) => ReturnType<typeof getDecreaseLiquidityV2Instruction> & SelfPlanAndSendFunctions
    deletePositionBundle: (
        input: DeletePositionBundleInput,
    ) => ReturnType<typeof getDeletePositionBundleInstruction> & SelfPlanAndSendFunctions
    deleteTokenBadge: (
        input: DeleteTokenBadgeInput,
    ) => ReturnType<typeof getDeleteTokenBadgeInstruction> & SelfPlanAndSendFunctions
    increaseLiquidity: (
        input: IncreaseLiquidityInput,
    ) => ReturnType<typeof getIncreaseLiquidityInstruction> & SelfPlanAndSendFunctions
    increaseLiquidityV2: (
        input: IncreaseLiquidityV2Input,
    ) => ReturnType<typeof getIncreaseLiquidityV2Instruction> & SelfPlanAndSendFunctions
    initializeConfig: (
        input: InitializeConfigInput,
    ) => ReturnType<typeof getInitializeConfigInstruction> & SelfPlanAndSendFunctions
    initializeConfigExtension: (
        input: InitializeConfigExtensionInput,
    ) => ReturnType<typeof getInitializeConfigExtensionInstruction> & SelfPlanAndSendFunctions
    initializeFeeTier: (
        input: InitializeFeeTierInput,
    ) => ReturnType<typeof getInitializeFeeTierInstruction> & SelfPlanAndSendFunctions
    initializePool: (
        input: InitializePoolInput,
    ) => ReturnType<typeof getInitializePoolInstruction> & SelfPlanAndSendFunctions
    initializePoolV2: (
        input: InitializePoolV2Input,
    ) => ReturnType<typeof getInitializePoolV2Instruction> & SelfPlanAndSendFunctions
    initializePositionBundle: (
        input: InitializePositionBundleInput,
    ) => ReturnType<typeof getInitializePositionBundleInstruction> & SelfPlanAndSendFunctions
    initializePositionBundleWithMetadata: (
        input: InitializePositionBundleWithMetadataInput,
    ) => ReturnType<typeof getInitializePositionBundleWithMetadataInstruction> & SelfPlanAndSendFunctions
    initializeReward: (
        input: InitializeRewardInput,
    ) => ReturnType<typeof getInitializeRewardInstruction> & SelfPlanAndSendFunctions
    initializeRewardV2: (
        input: InitializeRewardV2Input,
    ) => ReturnType<typeof getInitializeRewardV2Instruction> & SelfPlanAndSendFunctions
    initializeTickArray: (
        input: InitializeTickArrayInput,
    ) => ReturnType<typeof getInitializeTickArrayInstruction> & SelfPlanAndSendFunctions
    initializeTokenBadge: (
        input: InitializeTokenBadgeInput,
    ) => ReturnType<typeof getInitializeTokenBadgeInstruction> & SelfPlanAndSendFunctions
    lockPosition: (
        input: LockPositionInput,
    ) => ReturnType<typeof getLockPositionInstruction> & SelfPlanAndSendFunctions
    openBundledPosition: (
        input: OpenBundledPositionInput,
    ) => ReturnType<typeof getOpenBundledPositionInstruction> & SelfPlanAndSendFunctions
    openPosition: (
        input: OpenPositionInput,
    ) => ReturnType<typeof getOpenPositionInstruction> & SelfPlanAndSendFunctions
    openPositionWithMetadata: (
        input: OpenPositionWithMetadataInput,
    ) => ReturnType<typeof getOpenPositionWithMetadataInstruction> & SelfPlanAndSendFunctions
    openPositionWithTokenExtensions: (
        input: OpenPositionWithTokenExtensionsInput,
    ) => ReturnType<typeof getOpenPositionWithTokenExtensionsInstruction> & SelfPlanAndSendFunctions
    setCollectProtocolFeesAuthority: (
        input: SetCollectProtocolFeesAuthorityInput,
    ) => ReturnType<typeof getSetCollectProtocolFeesAuthorityInstruction> & SelfPlanAndSendFunctions
    setConfigExtensionAuthority: (
        input: SetConfigExtensionAuthorityInput,
    ) => ReturnType<typeof getSetConfigExtensionAuthorityInstruction> & SelfPlanAndSendFunctions
    setDefaultFeeRate: (
        input: SetDefaultFeeRateInput,
    ) => ReturnType<typeof getSetDefaultFeeRateInstruction> & SelfPlanAndSendFunctions
    setDefaultProtocolFeeRate: (
        input: SetDefaultProtocolFeeRateInput,
    ) => ReturnType<typeof getSetDefaultProtocolFeeRateInstruction> & SelfPlanAndSendFunctions
    setFeeAuthority: (
        input: SetFeeAuthorityInput,
    ) => ReturnType<typeof getSetFeeAuthorityInstruction> & SelfPlanAndSendFunctions
    setFeeRate: (
        input: SetFeeRateInput,
    ) => ReturnType<typeof getSetFeeRateInstruction> & SelfPlanAndSendFunctions
    setProtocolFeeRate: (
        input: SetProtocolFeeRateInput,
    ) => ReturnType<typeof getSetProtocolFeeRateInstruction> & SelfPlanAndSendFunctions
    setRewardAuthority: (
        input: SetRewardAuthorityInput,
    ) => ReturnType<typeof getSetRewardAuthorityInstruction> & SelfPlanAndSendFunctions
    setRewardAuthorityBySuperAuthority: (
        input: SetRewardAuthorityBySuperAuthorityInput,
    ) => ReturnType<typeof getSetRewardAuthorityBySuperAuthorityInstruction> & SelfPlanAndSendFunctions
    setRewardEmissions: (
        input: SetRewardEmissionsInput,
    ) => ReturnType<typeof getSetRewardEmissionsInstruction> & SelfPlanAndSendFunctions
    setRewardEmissionsSuperAuthority: (
        input: SetRewardEmissionsSuperAuthorityInput,
    ) => ReturnType<typeof getSetRewardEmissionsSuperAuthorityInstruction> & SelfPlanAndSendFunctions
    setRewardEmissionsV2: (
        input: SetRewardEmissionsV2Input,
    ) => ReturnType<typeof getSetRewardEmissionsV2Instruction> & SelfPlanAndSendFunctions
    setTokenBadgeAuthority: (
        input: SetTokenBadgeAuthorityInput,
    ) => ReturnType<typeof getSetTokenBadgeAuthorityInstruction> & SelfPlanAndSendFunctions
    swap: (
        input: SwapInput,
    ) => ReturnType<typeof getSwapInstruction> & SelfPlanAndSendFunctions
    swapV2: (
        input: SwapV2Input,
    ) => ReturnType<typeof getSwapV2Instruction> & SelfPlanAndSendFunctions
    twoHopSwap: (
        input: TwoHopSwapInput,
    ) => ReturnType<typeof getTwoHopSwapInstruction> & SelfPlanAndSendFunctions
    twoHopSwapV2: (
        input: TwoHopSwapV2Input,
    ) => ReturnType<typeof getTwoHopSwapV2Instruction> & SelfPlanAndSendFunctions
    updateFeesAndRewards: (
        input: UpdateFeesAndRewardsInput,
    ) => ReturnType<typeof getUpdateFeesAndRewardsInstruction> & SelfPlanAndSendFunctions