UNPKG

xpm

Version:

The xPack project manager command line tool

7 lines (6 loc) 195 B
import type { Signature, Signer } from '../signer'; export declare class EphemeralSigner implements Signer { private keypair; constructor(); sign(data: Buffer): Promise<Signature>; }