GenesisState defines the auth module's genesis state.

from message cosmos.auth.v1beta1.GenesisState

Hierarchy

Constructors

Properties

accounts: Any[] = []

accounts are the accounts present at genesis.

from field: repeated google.protobuf.Any accounts = 2;

params defines all the parameters of the module.

from field: cosmos.auth.v1beta1.Params params = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.auth.v1beta1.GenesisState" = "cosmos.auth.v1beta1.GenesisState"

Methods