Skip to main content

ResQ.Core.NeoClient

NeoClient.RecordEvidenceAsync(string, string, string, CancellationToken) Method

Records evidence linked to an incident on the blockchain.
public System.Threading.Tasks.Task<ResQ.Core.TransactionResult> RecordEvidenceAsync(string incidentId, string evidenceCid, string evidenceType, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));

Parameters

incidentId System.String The incident identifier. evidenceCid System.String IPFS CID of the evidence. evidenceType System.String Type of evidence. ct System.Threading.CancellationToken Cancellation token.

Returns

System.Threading.Tasks.Task<TransactionResult>
Transaction result.