UNPKG

eth-janus

Version:

Indirection service

3 lines 71 B
export interface ISigner { sign(message:string): Promise<string>; }