10 private readonly
string legalId;
11 private readonly
string role;
34 public string Role => this.role;
Adds support for legal identities, smart contracts and signatures to an XMPP client.
static string LegalIdUriString(string LegalId)
Legal identity URI, as a string.
static Uri LegalIdUri(string LegalId)
Legal identity URI.
Event arguments for events referencing a contract.
string ContractId
ID of contract being signed.
Event arguments for contract signature events
Uri LegalIdUri
ID of legal identity signing the contract, as an URI.
string Role
Role the legal identity has signed.
ContractSignedEventArgs(string ContractId, string LegalId, string Role)
Event arguments for contract signature events
string LegalIdUriString
ID of legal identity signing the contract, as an URI string.
string LegalId
ID of legal identity signing the contract.