Interface QueryClientStatusResponseSDKType

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

interface QueryClientStatusResponseSDKType {
    status: string;
}

Properties

Properties

status: string