Coda by Ian Macalinao
    Preparing search index...

    Type Alias WhirlpoolPluginAccounts

    type WhirlpoolPluginAccounts = {
        feeTier: ReturnType<typeof getFeeTierCodec> & SelfFetchFunctions<
            FeeTierArgs,
            FeeTier,
        >;
        lockConfig: ReturnType<typeof getLockConfigCodec> & SelfFetchFunctions<
            LockConfigArgs,
            LockConfig,
        >;
        position: ReturnType<typeof getPositionCodec> & SelfFetchFunctions<
            PositionArgs,
            Position,
        >;
        positionBundle: ReturnType<typeof getPositionBundleCodec> & SelfFetchFunctions<
            PositionBundleArgs,
            PositionBundle,
        >;
        tickArray: ReturnType<typeof getTickArrayCodec> & SelfFetchFunctions<
            TickArrayArgs,
            TickArray,
        >;
        tokenBadge: ReturnType<typeof getTokenBadgeCodec> & SelfFetchFunctions<
            TokenBadgeArgs,
            TokenBadge,
        >;
        whirlpool: ReturnType<typeof getWhirlpoolCodec> & SelfFetchFunctions<
            WhirlpoolArgs,
            Whirlpool,
        >;
        whirlpoolsConfig: ReturnType<typeof getWhirlpoolsConfigCodec> & SelfFetchFunctions<
            WhirlpoolsConfigArgs,
            WhirlpoolsConfig,
        >;
        whirlpoolsConfigExtension: ReturnType<
            typeof getWhirlpoolsConfigExtensionCodec,
        > & SelfFetchFunctions<
            WhirlpoolsConfigExtensionArgs,
            WhirlpoolsConfigExtension,
        >;
    }
    Index
    feeTier: ReturnType<typeof getFeeTierCodec> & SelfFetchFunctions<
        FeeTierArgs,
        FeeTier,
    >
    lockConfig: ReturnType<typeof getLockConfigCodec> & SelfFetchFunctions<
        LockConfigArgs,
        LockConfig,
    >
    position: ReturnType<typeof getPositionCodec> & SelfFetchFunctions<
        PositionArgs,
        Position,
    >
    positionBundle: ReturnType<typeof getPositionBundleCodec> & SelfFetchFunctions<
        PositionBundleArgs,
        PositionBundle,
    >
    tickArray: ReturnType<typeof getTickArrayCodec> & SelfFetchFunctions<
        TickArrayArgs,
        TickArray,
    >
    tokenBadge: ReturnType<typeof getTokenBadgeCodec> & SelfFetchFunctions<
        TokenBadgeArgs,
        TokenBadge,
    >
    whirlpool: ReturnType<typeof getWhirlpoolCodec> & SelfFetchFunctions<
        WhirlpoolArgs,
        Whirlpool,
    >
    whirlpoolsConfig: ReturnType<typeof getWhirlpoolsConfigCodec> & SelfFetchFunctions<
        WhirlpoolsConfigArgs,
        WhirlpoolsConfig,
    >
    whirlpoolsConfigExtension: ReturnType<typeof getWhirlpoolsConfigExtensionCodec> & SelfFetchFunctions<
        WhirlpoolsConfigExtensionArgs,
        WhirlpoolsConfigExtension,
    >