Stellar · Schema

TransactionPreconditionsLedgerbounds

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
min_ledger string
max_ledger string
View JSON Schema on GitHub

JSON Schema

stellar-horizon-transactionpreconditionsledgerbounds.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/TransactionPreconditionsLedgerbounds.json",
  "title": "TransactionPreconditionsLedgerbounds",
  "type": "object",
  "properties": {
    "min_ledger": {
      "type": "string"
    },
    "max_ledger": {
      "type": "string"
    }
  }
}