UNPKG

@bsv/wallet-toolbox

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

12 lines 336 B
import express from 'express'; import http from 'http'; export declare class LocalCdnServer { port: number; folder: string; app: express.Application; server?: http.Server; constructor(port: number, folder: string); start(): Promise<void>; stop(): Promise<void>; } //# sourceMappingURL=LocalCdnServer.d.ts.map