10 [DefaultImplementation(typeof(ContractOrchestratorService))]
34 Task
OpenContract(
string ContractId,
string Purpose, Dictionary<CaseInsensitiveString, object>? ParameterValues);
Orchestrates operations on contracts upon receiving certain events, like approving or rejecting other...
Task OpenContract(string ContractId, string Purpose, Dictionary< CaseInsensitiveString, object >? ParameterValues)
Downloads the specified Contract and opens the corresponding page in the app to show it.
Task OpenLegalIdentity(string LegalId, string Purpose)
Downloads the specified LegalIdentity and opens the corresponding page in the app to show it.
Task< LegalIdentity?> TryGetLegalIdentity(string LegalId, string Purpose)
Tries to get a legal identity.
Task TagSignature(string Request)
TAG Signature request scanned.
A service that can be loaded and unloaded at will. Typically during startup and shutdown of an applic...