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

from message wasmx.QueryParamsResponse

Hierarchy

Constructors

Properties

params?: Params

params holds all the parameters of this module.

from field: wasmx.Params params = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "wasmx.QueryParamsResponse" = "wasmx.QueryParamsResponse"

Methods