Coda by Ian Macalinao
    Preparing search index...

    Type Alias StaticConfigParametersArgs

    type StaticConfigParametersArgs = {
        activationType: number;
        collectFeeMode: number;
        poolCreatorAuthority: Address;
        poolFees: PoolFeeParametersArgs;
        sqrtMaxPrice: number | bigint;
        sqrtMinPrice: number | bigint;
        vaultConfigKey: Address;
    }
    Index
    activationType: number
    collectFeeMode: number
    poolCreatorAuthority: Address
    sqrtMaxPrice: number | bigint
    sqrtMinPrice: number | bigint
    vaultConfigKey: Address