GenesisState defines the wasmx module's genesis state.

from message wasmx.GenesisState

Hierarchy

Constructors

Properties

params?: Params

params defines all the parameters of the module.

from field: wasmx.Params params = 1;

portId: string = ""

from field: string port_id = 2;

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

Methods