UNPKG

eth-janus

Version:

Indirection service

8 lines (7 loc) 236 B
export interface ISmartContractService { verifyAccount(address: string, companyName: string): Promise<{ status: boolean; error: string; }>; getTransactionReceipt(txnHash: any, interval: any): Promise<any>; }