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

from message cosmwasm.wasm.v1.QueryParamsResponse

Hierarchy

Constructors

Properties

params defines the parameters of the module.

from field: cosmwasm.wasm.v1.Params params = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.QueryParamsResponse" = "cosmwasm.wasm.v1.QueryParamsResponse"

Methods