10 private readonly
string contractId;
Adds support for legal identities, smart contracts and signatures to an XMPP client.
static Uri ContractIdUri(string ContractId)
Contract identity URI.
static string ContractIdUriString(string ContractId)
Contract identity URI, as a string.
Event arguments for events referencing a contract.
ContractReferenceEventArgs(string ContractId)
Event arguments for events referencing a contract.
string ContractIdUriString
ID of contract being signed, as an URI string.
string ContractId
ID of contract being signed.
Uri ContractIdUri
ID of contract being signed, as an URI.