DeviceSelfRevokeEventBodyModel constructor
DeviceSelfRevokeEventBodyModel({})
Implementation
DeviceSelfRevokeEventBodyModel({
required this.lastValidEventHash,
required this.lastValidSequence,
required this.timestamp,
}) : super(type: EventType.deviceSelfRevoke);