UNPKG

eth-janus

Version:

Indirection service

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