Interface BaseRawEvent

interface BaseRawEvent {
    ledger: number;
    timestamp: number;
    topic1: string;
    topic2: string;
    topic3: string;
    topic4: string;
}

Hierarchy (view full)

Properties

ledger: number
timestamp: number
topic1: string
topic2: string
topic3: string
topic4: string