Avalanche · Schema

BalanceOwner

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
addresses array
threshold number
View JSON Schema on GitHub

JSON Schema

BalanceOwner.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/BalanceOwner.json",
  "title": "BalanceOwner",
  "type": "object",
  "properties": {
    "addresses": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "threshold": {
      "type": "number"
    }
  },
  "required": [
    "addresses",
    "threshold"
  ]
}