Skip to main content

AccountState

Description: Operational state of an account on the blockchain ledger.

ValueDescription
ACCOUNT_STATE_UNSPECIFIEDUnknown or unspecified state. Default value to prevent accidental assignment - should not be used in practice.
ACCOUNT_STATE_CLOSEDAccount is closed and cannot perform transactions. Closed accounts may still be queried for historical purposes.
ACCOUNT_STATE_OPENAccount is open and active for trading operations. Open accounts can receive deposits and execute transactions.