Tezos · Schema

Alias

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
alias string Account alias name (off-chain data).
address string Account address (public key hash).
View JSON Schema on GitHub

JSON Schema

alias.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Alias",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "alias": {
      "type": "string",
      "description": "Account alias name (off-chain data).",
      "nullable": true
    },
    "address": {
      "type": "string",
      "description": "Account address (public key hash)."
    }
  }
}