Stellar · Schema

TransactionPreconditionsTimebounds

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
min_time string
max_time string
View JSON Schema on GitHub

JSON Schema

stellar-horizon-transactionpreconditionstimebounds.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/TransactionPreconditionsTimebounds.json",
  "title": "TransactionPreconditionsTimebounds",
  "type": "object",
  "properties": {
    "min_time": {
      "type": "string"
    },
    "max_time": {
      "type": "string"
    }
  }
}