Source code for cfxdb.gen.xbrmm.ChannelState
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: xbrmm
# State of a XBR channel.
[docs]
class ChannelState(object):
# Unset
# The channel is open on-chain, and now operating off-chain until closed.
# The off-chain channel is closing (one of the channel participants has requested to closed the channel)
# The off-chain channel is closed and settled with no errors. The final channel state is committed on-chain.
# The channel is closed with an error. The final channel state is committed on-chain.