Source code for cfxdb.gen.xbrnetwork.VerificationStatus

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: xbrnetwork


[docs] class VerificationStatus(object): # Unset
[docs] NONE = 0
#
[docs] PENDING = 1
#
[docs] VERIFIED = 2
#
[docs] FAILED = 3
#
[docs] EXPIRED = 4