mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-13 10:28:51 +00:00
support getBlankEvent() function.
This commit is contained in:
11
index.js
11
index.js
@@ -1,6 +1,12 @@
|
||||
import {relayConnect} from './relay'
|
||||
import {relayPool} from './pool'
|
||||
import {signEvent, verifySignature, serializeEvent, getEventHash} from './event'
|
||||
import {
|
||||
getBlankEvent,
|
||||
signEvent,
|
||||
verifySignature,
|
||||
serializeEvent,
|
||||
getEventHash
|
||||
} from './event'
|
||||
import {makeRandom32, sha256, getPublicKey} from './utils'
|
||||
|
||||
export {
|
||||
@@ -12,5 +18,6 @@ export {
|
||||
getEventHash,
|
||||
makeRandom32,
|
||||
sha256,
|
||||
getPublicKey
|
||||
getPublicKey,
|
||||
getBlankEvent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user