GenesisState defines the nft module's genesis state.

from message cosmos.nft.v1beta1.GenesisState

Hierarchy

Constructors

Properties

classes: Class[] = []

class defines the class of the nft type.

from field: repeated cosmos.nft.v1beta1.Class classes = 1;

entries: Entry[] = []

entry defines all nft owned by a person.

from field: repeated cosmos.nft.v1beta1.Entry entries = 2;

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

Methods