Coda by Ian Macalinao
    Preparing search index...
    interface StaticConfigParameters {
        activationType: number;
        collectFeeMode: number;
        poolCreatorAuthority: Address;
        poolFees: PoolFeeParameters;
        sqrtMaxPrice: bigint;
        sqrtMinPrice: bigint;
        vaultConfigKey: Address;
    }
    Index

    Properties

    activationType: number
    collectFeeMode: number
    poolCreatorAuthority: Address
    sqrtMaxPrice: bigint
    sqrtMinPrice: bigint
    vaultConfigKey: Address