Stellar · Schema

BridgeIntegrationStatus

Current status of the Bridge integration

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-sdp-bridgeintegrationstatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/BridgeIntegrationStatus.json",
  "title": "BridgeIntegrationStatus",
  "type": "string",
  "description": "Current status of the Bridge integration",
  "enum": [
    "NOT_ENABLED",
    "NOT_OPTED_IN",
    "OPTED_IN",
    "READY_FOR_DEPOSIT",
    "ERROR"
  ],
  "example": "OPTED_IN"
}