Cardano · Schema

Signedentitytype

Entity type of the message that is signed

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

SignedEntityType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cardano.blockfrost.io/schema/SignedEntityType",
  "title": "Signedentitytype",
  "description": "Entity type of the message that is signed",
  "type": "object",
  "additionalProperties": true,
  "example": {
    "MithrilStakeDistribution": 246
  }
}