State defines if a connection is in one of the following states: INIT, TRYOPEN, OPEN or UNINITIALIZED.

  • STATE_UNINITIALIZED_UNSPECIFIED: Default State
  • STATE_INIT: A connection end has just started the opening handshake.
  • STATE_TRYOPEN: A connection end has acknowledged the handshake step on the counterparty chain.
  • STATE_OPEN: A connection end has completed the handshake.

Enumeration Members

STATE_INIT: "STATE_INIT"
STATE_OPEN: "STATE_OPEN"
STATE_TRYOPEN: "STATE_TRYOPEN"
STATE_UNINITIALIZED_UNSPECIFIED: "STATE_UNINITIALIZED_UNSPECIFIED"

Generated using TypeDoc