Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ContractStatus.cs
2{
6 public enum ContractStatus
7 {
11 ContractUndefined,
12
16 NotApproved,
17
22 NotValidYet,
23
28 NotValidAnymore,
29
33 TemplateOnly,
34
38 NotLegallyBinding,
39
43 HumanReadableNotWellDefined,
44
48 ParameterValuesNotValid,
49
53 MachineReadableNotWellDefined,
54
58 NoSchemaAccess,
59
63 CorruptSchema,
64
68 FraudulentSchema,
69
73 FraudulentMachineReadable,
74
78 NoClientSignatures,
79
83 ClientSignatureInvalid,
84
88 ClientIdentityInvalid,
89
93 AttachmentLacksUrl,
94
98 AttachmentUnavailable,
99
103 AttachmentInconsistency,
104
108 AttachmentSignatureInvalid,
109
113 NoTrustProvider,
114
118 NoProviderPublicKey,
119
123 NoProviderSignature,
124
128 ProviderSignatureInvalid,
129
133 ProviderKeyNotRecognized,
134
138 Valid
139 }
140}
ContractStatus
Validation Status of smart contract