Coda by Ian Macalinao
    Preparing search index...
    interface EvtInitializePool {
        activationPoint: bigint;
        activationType: number;
        alphaVault: Address;
        collectFeeMode: number;
        creator: Address;
        liquidity: bigint;
        payer: Address;
        pool: Address;
        poolFees: PoolFeeParameters;
        poolType: number;
        sqrtMaxPrice: bigint;
        sqrtMinPrice: bigint;
        sqrtPrice: bigint;
        tokenAAmount: bigint;
        tokenAFlag: number;
        tokenAMint: Address;
        tokenBAmount: bigint;
        tokenBFlag: number;
        tokenBMint: Address;
        totalAmountA: bigint;
        totalAmountB: bigint;
    }
    Index

    Properties

    activationPoint: bigint
    activationType: number
    alphaVault: Address
    collectFeeMode: number
    creator: Address
    liquidity: bigint
    payer: Address
    pool: Address
    poolType: number
    sqrtMaxPrice: bigint
    sqrtMinPrice: bigint
    sqrtPrice: bigint
    tokenAAmount: bigint
    tokenAFlag: number
    tokenAMint: Address
    tokenBAmount: bigint
    tokenBFlag: number
    tokenBMint: Address
    totalAmountA: bigint
    totalAmountB: bigint