Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ChannelState

Enumeration representing Channel state.

  • 'opened': The channel is open and tokens are tradeable
  • 'closed': The channel has been closed by a participant
  • 'settled': The channel has been closed by a participant and also settled.

Index

Enumeration members

Enumeration members

CLOSED

CLOSED: = "closed"

'opened': The channel is open and tokens are tradeable

OPENED

OPENED: = "opened"

'closed': The channel has been closed by a participant

SETTLED

SETTLED: = "settled"

'settled': The channel has been closed by a participant and also settled.

Generated using TypeDoc