Stellar · Schema

ReceiversWalletStatusHistoryEntry

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
status object
timestamp string
View JSON Schema on GitHub

JSON Schema

stellar-sdp-receiverswalletstatushistoryentry.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/ReceiversWalletStatusHistoryEntry.json",
  "title": "ReceiversWalletStatusHistoryEntry",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/ReceiversWalletStatus"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "example": "2023-02-10T10:45:51Z"
    }
  }
}