ResQ.Blockchain.INeoClient
INeoClient.GetEventsByIncidentAsync(string, CancellationToken) Method
Retrieves all blockchain events associated with a specific incident.Parameters
incidentId System.String
The unique identifier of the incident.
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Returns
System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<BlockchainEvent>>A read-only list of BlockchainEvent records associated with the incident. Returns an empty list if no events are found.
Exceptions
System.OperationCanceledExceptionThrown when the operation is cancelled.