Interface: AnchorEvent
Defined in: anchors/types.ts:225
Anchor event payload
Properties
anchor?
optional anchor?: Anchor;
Defined in: anchors/types.ts:227
anchors?
optional anchors?: Anchor[];
Defined in: anchors/types.ts:228
message?
optional message?: string;
Defined in: anchors/types.ts:229
type
type: AnchorEventType;
Defined in: anchors/types.ts:226