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

    Properties

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