Coda by Ian Macalinao
    Preparing search index...
    interface ConfigArgs {
        activationType: number;
        collectFeeMode: number;
        configType: number;
        index: number | bigint;
        padding0: number[];
        padding1: (number | bigint)[];
        poolCreatorAuthority: Address;
        poolFees: PoolFeesConfigArgs;
        sqrtMaxPrice: number | bigint;
        sqrtMinPrice: number | bigint;
        vaultConfigKey: Address;
    }
    Index

    Properties

    activationType: number

    Activation type

    collectFeeMode: number

    Collect fee mode

    configType: number

    Config type mode, 0 for static, 1 for dynamic

    index: number | bigint

    config index

    padding0: number[]

    padding 0

    padding1: (number | bigint)[]

    Fee curve point Padding for further use

    poolCreatorAuthority: Address

    Only pool_creator_authority can use the current config to initialize new pool. When it's Pubkey::default, it's a public config.

    Pool fee

    sqrtMaxPrice: number | bigint

    sqrt max price

    sqrtMinPrice: number | bigint

    sqrt min price

    vaultConfigKey: Address

    Vault config key