Interface RawTokenEvent

interface RawTokenEvent {
    contractId: string;
    ledger: number;
    timestamp: number;
    topic1: TokenEventType;
    topic2: string;
    topic3: string;
    topic4: string;
    value: string;
}

Hierarchy (view full)

Properties

contractId: string
ledger: number
timestamp: number
topic1: TokenEventType
topic2: string
topic3: string
topic4: string
value: string