@@ -7297,19 +7297,31 @@ export interface components {
72977297 * {
72987298 * "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
72997299 * "cert_index": 2,
7300+ * "proposal_id": "gov_action1k2jertppnnndejjcglszfqq4yzw8evzrd2nt66rr6rqlz54xp0zsq05ecsn",
7301+ * "proposal_tx_hash": "b2a591ac219ce6dcca5847e0248015209c7cb0436aa6bd6863d0c1f152a60bc5",
7302+ * "proposal_cert_index": 0,
73007303 * "vote": "yes"
73017304 * },
73027305 * {
73037306 * "tx_hash": "b302de601defdf11a5261ed31a263804dac4a582a888c998ce24dec5",
73047307 * "cert_index": 3,
7308+ * "proposal_id": "gov_action1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygsq6dmejn",
7309+ * "proposal_tx_hash": "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
7310+ * "proposal_cert_index": 1,
73057311 * "vote": "abstain"
73067312 * }
73077313 * ] */
73087314 drep_votes : {
7309- /** @description Hash of the proposal transaction. */
7315+ /** @description Hash of the vote transaction. */
73107316 tx_hash : string ;
7311- /** @description Index of the certificate within the proposal transaction. */
7317+ /** @description Index of the certificate within the vote transaction. */
73127318 cert_index : number ;
7319+ /** @description Governance Action Identifier (CIP-0129) of the proposal being voted on. */
7320+ proposal_id : string ;
7321+ /** @description Hash of the proposal transaction. */
7322+ proposal_tx_hash : string ;
7323+ /** @description Index of the certificate within the proposal transaction. */
7324+ proposal_cert_index : number ;
73137325 /**
73147326 * @description The Vote. Can be one of yes, no, abstain.
73157327 * @enum {string}
0 commit comments