You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- info: `optional(string)` - information/notes for approval, proposal or revocation
738
+
- info: `optional(string)` - information/notes for the revocation proposal
739
+
- time: `optional(int64)` - revocation proposal time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
736
740
- In State: `pki/ProposedCertificateRevocation/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
737
741
- Who can send:
738
742
- Trustee
@@ -752,7 +756,8 @@ The revocation is not applied until sufficient number of Trustees approve it.
- info: `optional(string)` - information/notes for approval, proposal or revocation
759
+
- info: `optional(string)` - information/notes for the revocation approval
760
+
- time: `optional(int64)` - revocation approval time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
756
761
- In State: `pki/RevokedCertificates/value/<Certificate's Subject>/<Certificate's Subject Key ID>`
757
762
- Who can send:
758
763
- Trustee
@@ -946,7 +951,8 @@ will be in a pending state until sufficient number of approvals is received.
946
951
- pub_key: `string` - account's Protobuf JSON encoded public key
947
952
- vid: `optional(uint16)` - vendor id (only needed for vendor role)
948
953
- roles: `array<string>` - the list of roles, comma-separated, assigning to the account. Supported roles: `Vendor`, `TestHouse`, `CertificationCenter`, `Trustee`, `NodeAdmin`.
949
-
- info: `optional(string)` - information/notes for approval, proposal or revocation
954
+
- info: `optional(string)` - information/notes for the proposal
955
+
- time: `optional(int64)` - proposal time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
950
956
- In State: `dclauth/PendingAccount/value/<address>`
951
957
- Who can send:
952
958
- Trustee
@@ -962,7 +968,8 @@ The account is not active until sufficient number of Trustees approve it.
- info: `optional(string)` - information/notes for approval, proposal or revocation
992
+
- info: `optional(string)` - information/notes for the revocation proposal
993
+
- time: `optional(int64)` - revocation proposal time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
986
994
- In State: `dclauth/Account/value/<address>`
987
995
- Who can send:
988
996
- Trustee
@@ -998,7 +1006,8 @@ The account is not revoked until sufficient number of Trustees approve it.
- info: `optional(string)` - information/notes for approval, proposal or revocation
1009
+
- info: `optional(string)` - information/notes for the revocation approval
1010
+
- time: `optional(int64)` - revocation approval time (number of nanoseconds elapsed since January 1, 1970 UTC). CLI uses the current time for that field.
Copy file name to clipboardexpand all lines: vue/src/store/generated/zigbee-alliance/distributed-compliance-ledger/zigbeealliance.distributedcomplianceledger.dclauth/index.js
0 commit comments