QueryClientStatusResponse is the response type for the Query/ClientStatus RPC method. It returns the current status of the IBC client.

interface QueryClientStatusResponseAmino {
    status?: string;
}

Properties

Properties

status?: string