ResQ.Blockchain.BlockchainEvent
BlockchainEvent(string, string, string, string, DateTimeOffset) Constructor
Represents an event to be recorded on the blockchain for immutable logging.Parameters
EventId System.String
Unique identifier for this event.
EventType System.String
The type/category of the event.
Payload System.String
JSON payload containing event-specific data.
IpfsCid System.String
Optional IPFS Content Identifier for associated evidence.
Timestamp System.DateTimeOffset
UTC timestamp when the event occurred.