EventBase<EventType>: {
    account?: string;
    id: string;
    timestamp: number;
    type: EventType;
}

Defines the common properties for all events.

Type Parameters

  • EventType

Type declaration

  • Optional account?: string

    Account where the transaction and therefore the event comes from.

  • id: string
  • timestamp: number
  • type: EventType

Generated using TypeDoc