GenesisState defines the capability module's genesis state.

from message cosmos.capability.v1beta1.GenesisState

Hierarchy

Constructors

Properties

index: bigint = protoInt64.zero

index is the capability global index.

from field: uint64 index = 1;

owners: GenesisOwners[] = []

owners represents a map from index to owners of the capability index index key is string to allow amino marshalling.

from field: repeated cosmos.capability.v1beta1.GenesisOwners owners = 2;

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

Methods