Interface RawPairSyncEvent

interface RawPairSyncEvent {
    contractId: string;
    ledger: number;
    new_reserve_0: string;
    new_reserve_1: string;
    timestamp: number;
    topic1: "SoroswapPair";
    topic2: "sync";
    topic3: never;
    topic4: never;
}

Hierarchy

  • BaseRawPairEvent
    • RawPairSyncEvent

Properties

contractId: string
ledger: number
new_reserve_0: string
new_reserve_1: string
timestamp: number
topic1
topic2
topic3: never
topic4: never