Type alias ICQConnectionKitState
ICQConnectionKitState: { connection: Remote<Connection> | undefined; localAddress: LocalIbcAddress | undefined; port: Port; remoteAddress: RemoteIbcAddress | undefined; } Type declaration
connection: Remote<Connection> | undefined
localAddress: LocalIbcAddress | undefined
remoteAddress: RemoteIbcAddress | undefined