UNPKG

rx-nostr

Version:

A library based on RxJS, which allows Nostr applications to easily communicate with relays.

3 lines 146 B
/** Convert bech32 format string to HEX format string. */ export declare function toHex(str: string): string; //# sourceMappingURL=bech32.d.ts.map