Cardano · Example Payload

Proposal Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Proposal Example is an example object payload from Cardano, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtx_hashcert_indexgovernance_typegovernance_descriptiondepositreturn_addressratified_epochenacted_epochdropped_epochexpired_epochexpiration

Example Payload

Raw ↑
{
  "id": "string",
  "tx_hash": "string",
  "cert_index": 0,
  "governance_type": "hard_fork_initiation",
  "governance_description": {},
  "deposit": "string",
  "return_address": "string",
  "ratified_epoch": 0,
  "enacted_epoch": 0,
  "dropped_epoch": 0,
  "expired_epoch": 0,
  "expiration": 0
}