@latticexyz/network / ConnectionState

# Enumeration: ConnectionState

# Table of contents

# Enumeration Members

  • CONNECTED
  • CONNECTING
  • DISCONNECTED

# Enumeration Members

# CONNECTED

CONNECTED = 2

# Defined in

createProvider.ts:43


# CONNECTING

CONNECTING = 1

# Defined in

createProvider.ts:42


# DISCONNECTED

DISCONNECTED = 0

# Defined in

createProvider.ts:41