QueryParamsResponse is the response type for the Query/Params RPC method.

interface QueryParamsResponse {
    params?: Params;
}

Properties

Properties

params?: Params

params defines the parameters of the module.