ResQ.Core
BlockchainEvent Class
Represents a blockchain event for immutable logging.Example
Remarks
Blockchain events provide tamper-proof records of system activities. They can include metadata and links to off-chain evidence.| Properties | |
|---|---|
| DroneId | Drone ID associated with the event, if applicable. |
| EventId | Unique identifier for this event. |
| EventType | Type of blockchain event. |
| EvidenceCid | IPFS CID of associated evidence, if any. |
| Location | Geographic location associated with the event, if applicable. |
| Metadata | Additional metadata as key-value pairs. |
| Timestamp | UTC timestamp when the event occurred. |