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

    Properties

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