export interface Event { txid?: string; block?: number; from?: string; contract?: string; datetime?: string; }