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

Type declaration

  • connection: Remote<Connection> | undefined
  • localAddress: LocalIbcAddress | undefined
  • port: Port
  • remoteAddress: RemoteIbcAddress | undefined