UNPKG

eth-janus

Version:

Indirection service

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