EventV1¶
Purpose¶
Describe the purpose of the type.
Type¶
Record with fields:
-
topic
: TopicIdentityTopic the event is published to
-
publisher
: EngineIdentityPubSub engine identity of pulisher
-
seq
: u32Sequence number of publisher
-
deps
: VecEvents this event depends on
-
seen
: VecIndependent events recently seen
-
body
: VecEncapsulated EngineMessage
-
sig
: SignatureSignature by
publisher
over the above fields