UNPKG

@cryptovarna/tedex-api

Version:

TEDEX API

12 lines (11 loc) 289 B
export interface contract { address: string; chainId: string; originBlockNumber: number; eventServiceURL: string; eventServiceApiKey: string; bitQueryKey: string; } export interface contractWithAdditive extends contract { additiveAddress?: string; }