Cardano · Schema

Tx Content Pool Retires

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

tx-content-pool-retires.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cardano.blockfrost.io/schema/tx_content_pool_retires",
  "title": "Tx Content Pool Retires",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "cert_index": {
        "type": "integer",
        "example": 0,
        "description": "Index of the certificate within the transaction"
      },
      "pool_id": {
        "type": "string",
        "example": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
        "description": "Bech32 stake pool ID"
      },
      "retiring_epoch": {
        "type": "integer",
        "example": 216,
        "description": "Epoch in which the pool becomes retired"
      }
    },
    "required": [
      "cert_index",
      "pool_id",
      "retiring_epoch"
    ]
  }
}