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