Stellar · Schema

FeeBumpTransaction

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
hash object
signatures object
View JSON Schema on GitHub

JSON Schema

stellar-horizon-feebumptransaction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/FeeBumpTransaction.json",
  "title": "FeeBumpTransaction",
  "type": "object",
  "properties": {
    "hash": {
      "$ref": "#/components/schemas/hash"
    },
    "signatures": {
      "$ref": "#/components/schemas/signatures"
    }
  }
}