Build an event template with operations
clears the client in the context
clears the signer in the context
Create an event from a blueprint
Create an event from a blueprint
Modify an existing event with operations and updated the created_at
Modify a lists public and hidden tags and updated the created_at
OptionaltagOperations: ModifyTagsOptionsOptionaleventOperations: EventOperation | (EventOperation | undefined)[]Signs a event template with the signer
Attaches the signers pubkey to an event template
Base class that provides event creation functionality. This class can be extended by other packages to add additional helpful event creation methods.
Example