State: {
    chainAddress: ChainAddress | undefined;
    chainId: string;
    connection: Remote<Connection> | undefined;
    isInitiatingClose: boolean;
    localAddress: LocalIbcAddress | undefined;
    port: Port;
    remoteAddress: RemoteIbcAddress | undefined;
    requestedRemoteAddress: string;
}

Internal to the IcaAccountKit exo