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

interface QueryParamsResponse {
    params: undefined | Params;
}

Properties

Properties

params: undefined | Params

params holds all the parameters of this module.