UNPKG
eth-janus
Version:
latest (0.0.1)
0.0.1
Indirection service
eth-janus
/
build
/
interfaces
/
isigner.d.ts
4 lines
(3 loc)
•
73 B
TypeScript
View Raw
1
2
3
4
export
interface
ISigner
{
sign
(
message
:
string
):
Promise
<
string
>; }