UNPKG

bitmask-core

Version:

Core functionality for the BitMask wallet

6 lines 270 B
export interface Response { status: string; } export declare const newNostrPubkey: (pubkey: string, token: string) => Promise<Response>; export declare const updateNostrPubkey: (pubkey: string, token: string) => Promise<Response>; //# sourceMappingURL=nostr.d.ts.map