UNPKG

xpm

Version:

The xPack project manager command line tool

8 lines (7 loc) 226 B
/// <reference types="node" /> import type { Signature, Signer } from '../signer'; export declare class EphemeralSigner implements Signer { private keypair; constructor(); sign(data: Buffer): Promise<Signature>; }