ResQ.Blockchain.INeoClient
INeoClient.VerifyLocationAttestationAsync(LocationAttestation, CancellationToken) Method
Verifies a location attestation signature on the blockchain.Parameters
attestation LocationAttestation
The location attestation to verify.
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Returns
System.Threading.Tasks.Task<System.Boolean>True if the attestation signature is valid and matches the drone’s registered public key; false otherwise.
Exceptions
System.OperationCanceledExceptionThrown when the operation is cancelled.