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 ClientSignatureNotValidated,
89
93 ClientIdentityInvalid,
94
98 AttachmentLacksUrl,
99
103 AttachmentUnavailable,
104
108 AttachmentInconsistency,
109
113 AttachmentSignatureInvalid,
114
118 NoTrustProvider,
119
123 NoProviderPublicKey,
124
128 NoProviderSignature,
129
133 ProviderSignatureInvalid,
134
138 ProviderKeyNotRecognized,
139
143 NoResponse,
144
148 Valid
149 }
150}
ContractStatus
Validation Status of smart contract