Stellar · Schema

VirtualAccountStatus

Virtual account status: - activated: Account is active and ready for deposits - deactivated: Account is deactivated

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

stellar-sdp-virtualaccountstatus.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/VirtualAccountStatus.json",
  "title": "VirtualAccountStatus",
  "type": "string",
  "description": "Virtual account status:\n- activated: Account is active and ready for deposits\n- deactivated: Account is deactivated\n",
  "enum": [
    "activated",
    "deactivated"
  ],
  "example": "activated"
}