export interface TimestampData { currencyId?: number; privateKey?: string; submitStatus?: number; timestamp?: number; transaction?: string; }