ResQ.Blockchain.INeoClient
INeoClient.RecordEvidenceAsync(EvidenceRecord, CancellationToken) Method
Records evidence metadata on the blockchain with a reference to IPFS storage.Parameters
evidence EvidenceRecord
The evidence record containing IPFS CID and metadata.
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Returns
System.Threading.Tasks.Task<TransactionResult>A TransactionResult containing the transaction hash and confirmation status.
Exceptions
System.InvalidOperationExceptionThrown when the blockchain operation fails. System.OperationCanceledException
Thrown when the operation is cancelled.