Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ContractPetitionEventArgs.cs
1using System.Xml;
3
5{
10 {
11 private readonly string requestedContractId;
12
29 string RequestedContractId, string PetitionId, string Purpose, string ClientEndpoint, XmlElement Context,
30 string[] Properties, string[] Attachments)
32 {
33 this.requestedContractId = RequestedContractId;
34 }
35
39 public string RequestedContractId => this.requestedContractId;
40 }
41}
ContractPetitionEventArgs(MessageEventArgs e, LegalIdentity RequestorIdentity, string RequestorFullJid, string RequestedContractId, string PetitionId, string Purpose, string ClientEndpoint, XmlElement Context, string[] Properties, string[] Attachments)
Event arguments for smart contract petitions
Abstract base class for petition event arguments.
string[] Attachments
Optional attachment hints to provide to the remote party, highlighting which attachments will be used...
LegalIdentity RequestorIdentity
Legal Identity of requesting entity.
string ClientEndpoint
Remote endpoint of remote party client.
string[] Properties
Optional property hints to provide to the remote party, highlighting which properties will be used in...
XmlElement Context
Any machine-readable context XML element available in the petition.
Event arguments for message events.