The iid module emits the following typed events:
Emitted after a successful MsgCreateIidDocument
, MsgCreateEntity
, since for entity creation an iid doc also gets created.
type IidDocumentCreatedEvent struct {
IidDocument *IidDocument
}
The field's descriptions is as follows:
iidDocument
- the full IidDocument
Emitted after a successful Msg of all the rest of iid module Msg types since they all update the iid doc.
type IidDocumentUpdatedEvent struct {
IidDocument *IidDocument
}
The field's descriptions is as follows:
iidDocument
- the full IidDocument