Indicates whether the UTXO is staked or transferable
{ "$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" ] }