UNPKG

applesauce-wallet-connect

Version:

NIP-47 Nostr Wallet Connect implementation for both clients and services.

5 lines (4 loc) 245 B
import { EventBlueprint } from "applesauce-factory"; import { WalletSupport } from "../helpers/support.js"; /** Creates a wallet info event */ export declare function WalletSupportBlueprint(info: WalletSupport, client?: string): EventBlueprint;