Cardano · Example Payload

Certificatemessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Certificatemessage Example is an example object payload from Cardano, with 11 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_keymulti_signaturegenesis_signature

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",
    "signers": []
  },
  "protocol_message": {},
  "signed_message": "string",
  "aggregate_verification_key": "string",
  "multi_signature": "string",
  "genesis_signature": "string"
}