Add NIP 55 signer support

This commit is contained in:
Chris Daley
2024-09-30 13:26:25 -07:00
committed by Jon Staab
parent 1ef7c1c59f
commit e1f8d6a4e0
6 changed files with 369 additions and 281 deletions
+1
View File
@@ -3,3 +3,4 @@ export * from './nip59'
export * from './signers/nip01'
export * from './signers/nip07'
export * from './signers/nip46'
export * from './signers/nip55'