Stellar · Schema

InnerTransaction

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

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

JSON Schema

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