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

interface QueryClientStatusResponse {
    status: string;
}

Properties

Properties

status: string