Stellar · Schema

host_function_parameter

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
value string
type string
View JSON Schema on GitHub

JSON Schema

stellar-horizon-host_function_parameter.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/host_function_parameter.json",
  "title": "host_function_parameter",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "value",
    "type"
  ]
}