@@ -10936,16 +10936,21 @@ under which it is valid
1093610936 "active_epoch": 420,
1093710937 "amount": "2000000",
1093810938 "drep_id": "drep15cfxz9exyn5rx0807zvxfrvslrjqfchrd4d47kv9e0f46uedqtc",
10939+ "expired": false,
1093910940 "has_script": true,
1094010941 "hex": "a61261172624e8333ceff098648d90f8e404e2e36d5b5f5985cbd35d",
10942+ "last_active_epoch": 509,
10943+ "retired": false,
1094110944 },
1094210945 "properties": {
1094310946 "active": {
10947+ "deprecated": true,
1094410948 "description": "Registration state of the DRep",
1094510949 "type": "boolean",
1094610950 },
1094710951 "active_epoch": {
10948- "description": "Epoch of the most recent action - registration or deregistration",
10952+ "deprecated": true,
10953+ "description": "Epoch of the most recent registration",
1094910954 "nullable": true,
1095010955 "type": "integer",
1095110956 },
@@ -10957,6 +10962,10 @@ under which it is valid
1095710962 "description": "Bech32 encoded DRep address",
1095810963 "type": "string",
1095910964 },
10965+ "expired": {
10966+ "description": "Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter \`drep_activity\`)",
10967+ "type": "boolean",
10968+ },
1096010969 "has_script": {
1096110970 "description": "Flag which shows if this DRep credentials are a script hash",
1096210971 "type": "boolean",
@@ -10965,6 +10974,15 @@ under which it is valid
1096510974 "description": "The raw bytes of the DRep",
1096610975 "type": "string",
1096710976 },
10977+ "last_active_epoch": {
10978+ "description": "Epoch of the most recent action - registration, update, deregistration or voting",
10979+ "nullable": true,
10980+ "type": "integer",
10981+ },
10982+ "retired": {
10983+ "description": "Indicates the registration state of the DRep. Set to \`true\` if the DRep has been deregistered; otherwise, \`false\`.",
10984+ "type": "boolean",
10985+ },
1096810986 },
1096910987 "required": [
1097010988 "drep_id",
@@ -10973,6 +10991,9 @@ under which it is valid
1097310991 "active",
1097410992 "active_epoch",
1097510993 "has_script",
10994+ "retired",
10995+ "expired",
10996+ "last_active_epoch",
1097610997 ],
1097710998 "type": "object",
1097810999 },
0 commit comments