Stellar · Schema

PaymentStatusHistory

An aggregated list of metadata objects containing the statuses and the timestamp of when these status changes occurred.

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-sdp-paymentstatushistory.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/PaymentStatusHistory.json",
  "title": "PaymentStatusHistory",
  "type": "array",
  "description": "An aggregated list of metadata objects containing the statuses and the timestamp of when these status changes occurred.",
  "items": {
    "$ref": "#/components/schemas/PaymentStatusHistoryEntry"
  }
}