Cardano · Example Payload

Certificatelistitemmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

hashprevious_hashepochbeaconsigned_entity_typemetadataprotocol_messagesigned_messageaggregate_verification_key

Example Payload

Raw ↑
{
  "hash": "string",
  "previous_hash": "string",
  "epoch": 0,
  "beacon": {},
  "signed_entity_type": {},
  "metadata": {
    "network": "string",
    "version": "string",
    "initiated_at": "2023-01-01T00:00:00Z",
    "sealed_at": "2023-01-01T00:00:00Z",
    "total_signers": 0
  },
  "protocol_message": {},
  "signed_message": "string",
  "aggregate_verification_key": "string"
}