GenesisState defines the maps module's genesis state.

from message maps.GenesisState

Hierarchy

Constructors

Properties

duplicatesFullKeys: string[] = []

from field: repeated string duplicates_full_keys = 6;

fullKeys: string[] = []

from field: repeated string full_keys = 4;

maps: proto.maps.Map[] = []

from field: repeated maps.Map maps = 3;

params?: proto.maps.Params

from field: maps.Params params = 1;

portId: string = ""

from field: string port_id = 2;

values: proto.maps.ValueStore[] = []

from field: repeated maps.ValueStore values = 5;

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

Methods