Cardano · Schema

Tx Content Required Signers

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

tx-content-required-signers.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cardano.blockfrost.io/schema/tx_content_required_signers",
  "title": "Tx Content Required Signers",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "witness_hash": {
        "type": "string",
        "example": "d52e11f3e48436dd42dbec6d88c239732e503b8b7a32af58e5f87625",
        "description": "Hash of the witness"
      }
    },
    "required": [
      "witness_hash"
    ]
  }
}