pub type Rumor = RumorV3;Expand description
A Rumor is an Event without a signature
Aliased Type§
struct Rumor {
pub id: Id,
pub pubkey: PublicKey,
pub created_at: Unixtime,
pub kind: EventKind,
pub content: String,
pub tags: Vec<TagV3>,
}Fields§
§id: IdThe Id of the event, generated as a SHA256 of the inner event data
pubkey: PublicKeyThe public key of the actor who created the event
created_at: UnixtimeThe (unverified) time at which the event was created
kind: EventKindThe kind of event
content: StringThe content of the event
A set of tags that apply to the event