Class defines the class of the nft type.

from message cosmos.nft.v1beta1.Class

Hierarchy

Constructors

Properties

data?: Any

data is the app specific metadata of the NFT class. Optional

from field: google.protobuf.Any data = 7;

description: string = ""

description is a brief description of nft classification. Optional

from field: string description = 4;

id: string = ""

id defines the unique identifier of the NFT classification, similar to the contract address of ERC721

from field: string id = 1;

name: string = ""

name defines the human-readable name of the NFT classification. Optional

from field: string name = 2;

symbol: string = ""

symbol is an abbreviated name for nft classification. Optional

from field: string symbol = 3;

uri: string = ""

uri for the class metadata stored off chain. It can define schema for Class and NFT Data attributes. Optional

from field: string uri = 5;

uriHash: string = ""

uri_hash is a hash of the document pointed by uri. Optional

from field: string uri_hash = 6;

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

Methods