Coda by Ian Macalinao
    Preparing search index...
    interface EvtLiquidityChange {
        changeType: number;
        liquidityDelta: bigint;
        owner: Address;
        pool: Address;
        position: Address;
        reserveAAmount: bigint;
        reserveBAmount: bigint;
        tokenAAmount: bigint;
        tokenAAmountThreshold: bigint;
        tokenBAmount: bigint;
        tokenBAmountThreshold: bigint;
        transferFeeIncludedTokenAAmount: bigint;
        transferFeeIncludedTokenBAmount: bigint;
    }
    Index

    Properties

    changeType: number
    liquidityDelta: bigint
    owner: Address
    pool: Address
    position: Address
    reserveAAmount: bigint
    reserveBAmount: bigint
    tokenAAmount: bigint
    tokenAAmountThreshold: bigint
    tokenBAmount: bigint
    tokenBAmountThreshold: bigint
    transferFeeIncludedTokenAAmount: bigint
    transferFeeIncludedTokenBAmount: bigint