Coda by Ian Macalinao
    Preparing search index...

    Create static config

    interface EvtCreateConfig {
        activationType: number;
        collectFeeMode: number;
        config: Address;
        index: bigint;
        poolCreatorAuthority: Address;
        poolFees: PoolFeeParameters;
        sqrtMaxPrice: bigint;
        sqrtMinPrice: bigint;
        vaultConfigKey: Address;
    }
    Index

    Properties

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