Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPeerReviewService.cs
1using System.Threading.Tasks;
2using Waher.Events;
3
4namespace Paiwise
5{
10 {
14 string PeerReviewerLegalId { get; }
15
20 bool External { get; }
21
26
34 EventHandlerAsync<ClientUrlEventArgs> ClientUrlCallback, object State);
35 }
36}
Interface for identity applications.
Interface for currency converter service providers
Task Validate(IIdentityReviewApplication Application, EventHandlerAsync< ClientUrlEventArgs > ClientUrlCallback, object State)
Checks the veracity of identity claims.
IPeerReviewServiceProvider PeerReviewServiceProvider
Reference to service provider.
bool External
If the PeerReviewerLegalId is an external legal identity (true), or represents the neuron itself (fal...
string PeerReviewerLegalId
Legal ID of peer reviewer
Interface for peer-review service providers.
Interface for information about a service provider.