Blockfrost · Schema
proposal
proposal schema from Blockfrost API
BlockchainCardanoCryptocurrencyDAppsNFTWeb3
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Governance Action Identifier (CIP-0129) |
| tx_hash | string | Hash of the proposal transaction. |
| cert_index | integer | Index of the certificate within the proposal transaction. |
| governance_type | string | Type of proposal. |
| governance_description | object | An object describing the content of this GovActionProposal in a readable way. |
| deposit | string | The deposit amount paid for this proposal. |
| return_address | string | Bech32 stake address of the reward address to receive the deposit when it is repaid. |
| ratified_epoch | integer | The epoch at which the proposal was ratified. Null if the proposal has not been ratified. |
| enacted_epoch | integer | The epoch at which the proposal was enacted. Null if the proposal has not been enacted. |
| dropped_epoch | integer | The epoch at which the proposal was dropped. A proposal is dropped if it expires or if any of its dependencies expire. |
| expired_epoch | integer | The epoch at which the proposal expired. Null if the proposal has not expired. |
| expiration | integer | The epoch at which this governance action will expire. |