QueryClientParamsResponse is the response type for the Query/ClientParams RPC method.

interface QueryClientParamsResponse {
    params?: Params;
}

Properties

Properties

params?: Params

params defines the parameters of the module.