Cardano · Example Payload

Certificatependingmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

epochbeaconentity_typeprotocolnext_protocolsignersnext_signers

Example Payload

Raw ↑
{
  "epoch": 0,
  "beacon": {},
  "entity_type": {},
  "protocol": {
    "k": 0,
    "m": 0,
    "phi_f": 0.0
  },
  "next_protocol": {
    "k": 0,
    "m": 0,
    "phi_f": 0.0
  },
  "signers": [
    {}
  ],
  "next_signers": [
    {}
  ]
}