Cardano · Schema

Signerregistrationslistitemmessage

represents an item of a SignerRegistrationsMessage registration

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Properties

Name Type Description
party_id string The unique identifier of the signer
View JSON Schema on GitHub

JSON Schema

SignerRegistrationsListItemMessage.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cardano.blockfrost.io/schema/SignerRegistrationsListItemMessage",
  "title": "Signerregistrationslistitemmessage",
  "description": "represents an item of a SignerRegistrationsMessage registration",
  "type": "object",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/Stake"
    }
  ],
  "properties": {
    "party_id": {
      "description": "The unique identifier of the signer",
      "type": "string"
    }
  }
}