Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public record EvidenceRecord : System.IEquatable<ResQ.Blockchain.EvidenceRecord>
var evidence = new EvidenceRecord( IncidentId: "inc-001", IpfsCid: "Qmabc123...", ContentType: "image/jpeg", SizeBytes: 1024567, Hash: "sha256:..." ); var result = await neoClient.RecordEvidenceAsync(evidence);
Was this page helpful?