Interface RawRouterLiquidityEvent

interface RawRouterLiquidityEvent {
    amount_a: string;
    amount_b: string;
    ledger: number;
    liquidity: string;
    pair: string;
    timestamp: number;
    to: string;
    token_a: string;
    token_b: string;
    topic1: "SoroswapRouter";
    topic2: "add" | "remove";
    topic3: never;
    topic4: never;
}

Hierarchy

  • BaseRawRouterEvent
    • RawRouterLiquidityEvent

Properties

amount_a: string
amount_b: string
ledger: number
liquidity: string
pair: string
timestamp: number
to: string
token_a: string
token_b: string
topic1
topic2: "add" | "remove"
topic3: never
topic4: never