Cardano · Example Payload

Epochsettingsmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

epochprotocolnext_protocol

Example Payload

Raw ↑
{
  "epoch": 0,
  "protocol": {
    "k": 0,
    "m": 0,
    "phi_f": 0.0
  },
  "next_protocol": {
    "k": 0,
    "m": 0,
    "phi_f": 0.0
  }
}