UNPKG
airtune-nostr-tools-development
Version:
latest (1.14.3)
1.14.3
1.14.2
1.14.1
Tools for making a Nostr client.
github.com/nbd-wtf/nostr-tools
nbd-wtf/nostr-tools
airtune-nostr-tools-development
/
lib
/
nip13.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
/** Get POW difficulty from a Nostr hex ID. */
export
declare
function
getPow
(
id:
string
):
number
;