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;
2
3namespace Paiwise
4{
9 {
13 string PeerReviewerLegalId { get; }
14
19 bool External { get; }
20
25
33 Task<IAuthenticationResult> IsValid(Waher.Networking.XMPP.Contracts.EventArguments.SignaturePetitionEventArgs PeerReivewRequest,
34 ClientUrlEventHandler ClientUrlCallback, object State);
35 }
36}
Interface for currency converter service providers
IPeerReviewServiceProvider PeerReviewServiceProvider
Reference to service provider.
Task< IAuthenticationResult > IsValid(Waher.Networking.XMPP.Contracts.EventArguments.SignaturePetitionEventArgs PeerReivewRequest, ClientUrlEventHandler ClientUrlCallback, object State)
Checks the veracity of identity claims.
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.
delegate Task ClientUrlEventHandler(object Sender, ClientUrlEventArgs e)
Delegat for client URL callback methods.
Definition: App.xaml.cs:4