Avalanche · Schema

UtxoCredential

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
signature string Signature provided to consume the output.
publicKey string Public key associated with the signature.
View JSON Schema on GitHub

JSON Schema

UtxoCredential.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/UtxoCredential.json",
  "title": "UtxoCredential",
  "type": "object",
  "properties": {
    "signature": {
      "type": "string",
      "description": "Signature provided to consume the output.",
      "examples": [
        "bWWoZUu0Z3STjuk/+2az7M4vP0oqc9NtiA7kOdqINCIE/2+5va5R1KNCWwEX5jE1xVHLvAxU2LHTN5gK8m84HwA"
      ]
    },
    "publicKey": {
      "type": "string",
      "description": "Public key associated with the signature.",
      "examples": [
        "AdMQOtubgBFFJu++0faHPIIA6KmdZ2ERErMRGzyy6juI"
      ]
    }
  }
}