UNPKG
eth-janus
Version:
latest (0.0.1)
0.0.1
Indirection service
eth-janus
/
build
/
interfaces
/
idirectory-provider.d.ts
5 lines
(4 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IDirectoryProvider
{
addCompanyKey
(
companyName
:
string
,
keyName
:
string
,
publicKey
:
string
): any;
getCompanyKey
(
companyName
:
string
,
keyName
:
string
): Promise<
string
>; }