Avalanche · Schema

UtxoType

Indicates whether the UTXO is staked or transferable

BlockchainWeb3AvalancheNFTDeFiCross-Chain
View JSON Schema on GitHub

JSON Schema

UtxoType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/UtxoType.json",
  "title": "UtxoType",
  "type": "string",
  "description": "Indicates whether the UTXO is staked or transferable",
  "enum": [
    "STAKE",
    "TRANSFER"
  ]
}