Coda by Ian Macalinao
    Preparing search index...
    interface Config {
        activationType: number;
        collectFeeMode: number;
        configType: number;
        discriminator: ReadonlyUint8Array;
        index: bigint;
        padding0: number[];
        padding1: bigint[];
        poolCreatorAuthority: Address;
        poolFees: PoolFeesConfig;
        sqrtMaxPrice: bigint;
        sqrtMinPrice: 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

    discriminator: ReadonlyUint8Array
    index: bigint

    config index

    padding0: number[]

    padding 0

    padding1: 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.

    poolFees: PoolFeesConfig

    Pool fee

    sqrtMaxPrice: bigint

    sqrt max price

    sqrtMinPrice: bigint

    sqrt min price

    vaultConfigKey: Address

    Vault config key