Implement NIP-19 bech32-encoded private and public keys

https://github.com/nostr-protocol/nips/blob/master/19.md
This commit is contained in:
Wilson Silva
2023-11-20 09:59:27 +07:00
parent 3fffcd1a4e
commit 3520cf8219
58 changed files with 1189 additions and 104 deletions

View File

@@ -6,7 +6,7 @@ module EventMachine
def initialize: -> void
def num_subscribers: -> Integer
def subscribe: (*untyped a) ?{ -> untyped } -> Integer
def subscribe: (*untyped a) ?{ (untyped) -> untyped } -> Integer
def unsubscribe: (untyped name) -> untyped
def push: (*untyped items) -> untyped
alias << push