Cardano · Example Payload

Mithrilstakedistributionmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

epochhashcertificate_hashsignerscreated_atprotocol_parameters

Example Payload

Raw ↑
{
  "epoch": 0,
  "hash": "string",
  "certificate_hash": "string",
  "signers": [
    {}
  ],
  "created_at": "string",
  "protocol_parameters": {
    "k": 0,
    "m": 0,
    "phi_f": 0.0
  }
}