Interface RawRouterSwapEvent

interface RawRouterSwapEvent {
    amounts: readonly string[];
    ledger: number;
    path: readonly string[];
    timestamp: number;
    to: string;
    topic1: "SoroswapRouter";
    topic2: "swap";
    topic3: never;
    topic4: never;
}

Hierarchy

  • BaseRawRouterEvent
    • RawRouterSwapEvent

Properties

amounts: readonly string[]
ledger: number
path: readonly string[]
timestamp: number
to: string
topic1
topic2
topic3: never
topic4: never