Coda by Ian Macalinao
    Preparing search index...
    interface InitializeCustomizablePoolParameters {
        activationPoint: Option<bigint>;
        activationType: number;
        collectFeeMode: number;
        hasAlphaVault: boolean;
        liquidity: bigint;
        poolFees: PoolFeeParameters;
        sqrtMaxPrice: bigint;
        sqrtMinPrice: bigint;
        sqrtPrice: bigint;
    }
    Index

    Properties

    activationPoint: Option<bigint>

    activation point

    activationType: number

    activation type

    collectFeeMode: number

    collect fee mode

    hasAlphaVault: boolean

    has alpha vault

    liquidity: bigint

    initialize liquidity

    pool fees

    sqrtMaxPrice: bigint

    sqrt max price

    sqrtMinPrice: bigint

    sqrt min price

    sqrtPrice: bigint

    The init price of the pool as a sqrt(token_b/token_a) Q64.64 value