GenesisState defines the anchor module's genesis state.

from message anchor.GenesisState

Hierarchy

Constructors

Properties

anchorData: AnchorData[] = []

from field: repeated anchor.AnchorData anchorData = 4;

nextLocationId: string = ""

from field: string nextLocationId = 3;

params defines all the parameters of the module.

from field: anchor.Params params = 1;

portId: string = ""

from field: string port_id = 2;

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

Methods