Stellar · Schema

ReceiversWalletStatus

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-sdp-receiverswalletstatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/ReceiversWalletStatus.json",
  "title": "ReceiversWalletStatus",
  "type": "string",
  "enum": [
    "DRAFT",
    "READY",
    "REGISTERED",
    "FLAGGED"
  ]
}