ResQ.Blockchain.MockNeoClient
MockNeoClient.ExtractIncidentId(string) Method
Extracts an incident ID from a JSON payload string.Parameters
payload System.String
The JSON payload to parse.
Returns
System.StringThe extracted incident ID from “incidentId” or “incident” fields, or null if not found.