EventV1¶
Purpose¶
Describe the purpose of the type.
Type¶
Record with fields:
topic
: TopicIdentity
Topic the event is published to
publisher
: EngineIdentity
PubSub engine identity of pulisher
seq
: u32
Sequence number of publisher
deps
: Vec
Events this event depends on
seen
: Vec
Independent events recently seen
body
: Vec
Encapsulated EngineMessage
sig
: Signature
Signature by publisher
over the above fields