Source code for cfxdb.gen.xbrnetwork.AccountLevel

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: xbrnetwork

# XBR Account level.
[docs] class AccountLevel(object): # Unset
[docs] NONE = 0
# Account is active.
[docs] ACTIVE = 1
# Account is active and verified.
[docs] VERIFIED = 2
# Account is retired.
[docs] RETIRED = 3
# Account is subject to a temporary penalty.
[docs] PENALTY = 4
# Account is currently blocked and cannot current actively participate in the market.
[docs] BLOCKED = 5