UNPKG
eth-janus
Version:
latest (0.0.1)
0.0.1
Indirection service
eth-janus
/
build
/
interfaces
/
ismart-contract-service.d.ts
8 lines
(7 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ISmartContractService
{
verifyAccount
(
address
:
string
,
companyName
:
string
):
Promise
<{
status
:
boolean
;
error
:
string
; }>;
getTransactionReceipt
(
txnHash
:
any
,
interval
:
any
):
Promise
<
any
>; }