feat: UserState
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { EventKind, HexKey, NostrPrefix, NostrEvent, EventSigner, PowMiner } from ".";
|
||||
import { EventKind, HexKey, NostrPrefix, NostrEvent, EventSigner, PowMiner, NotSignedNostrEvent } from ".";
|
||||
import { HashtagRegex, MentionNostrEntityRegex } from "./const";
|
||||
import { getPublicKey, jitter, unixNow } from "@snort/shared";
|
||||
import { EventExt } from "./event-ext";
|
||||
@ -14,6 +14,10 @@ export class EventBuilder {
|
||||
#powMiner?: PowMiner;
|
||||
#jitter?: number;
|
||||
|
||||
get pubkey() {
|
||||
return this.#pubkey;
|
||||
}
|
||||
|
||||
/**
|
||||
* Populate builder with values from link
|
||||
*/
|
||||
|
Reference in New Issue
Block a user