NFT defines the NFT.

from message cosmos.nft.v1beta1.NFT

Hierarchy

  • Message<NFT>
    • NFT

Constructors

Properties

classId: string = ""

class_id associated with the NFT, similar to the contract address of ERC721

from field: string class_id = 1;

data?: Any

data is an app specific data of the NFT. Optional

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

id: string = ""

id is a unique identifier of the NFT

from field: string id = 2;

uri: string = ""

uri for the NFT metadata stored off chain

from field: string uri = 3;

uriHash: string = ""

uri_hash is a hash of the document pointed by uri

from field: string uri_hash = 4;

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

Methods