Cardano · Example Payload

Cardanotransactionproofmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

certificate_hashcertified_transactionsnon_certified_transactionslatest_block_number

Example Payload

Raw ↑
{
  "certificate_hash": "string",
  "certified_transactions": [
    {
      "transactions_hashes": [],
      "proof": "string"
    }
  ],
  "non_certified_transactions": [
    "string"
  ],
  "latest_block_number": 0
}