UNPKG

bsv-sdk

Version:

bsv sdk

8 lines (7 loc) 204 B
import { signer } from "../types"; declare let signersMap: Map<string, signer[]>; export { signersMap }; export declare const defaultSigners: { satotxApiPrefix: string; satotxPubKey: string; }[];