Interface

NftAssetEqualMetadataResponse

NftAssetEqualMetadataResponse

Properties:
Name Type Description
id number

Id of the specific assets NFT

createdAt string

Created time for the NFT

updatedAt string

Updated time for the NFT

starkKey string

Owner stark key of the NFT

uri string

Metadata uri for the NFT

assetType string

Token type of the assets (ERC721/MINTABLE_ERC721/ERC20/MINTABLE_ERC20)

tokenId number

Unique token id of the NFT

tokenAddress string

Token address with the pointed deployed smart contract address

status string

Status of the NFT/Asset (MINTED / MINT_FAILED)

name string

Name of the asset NFT

description string

Description about the NFT

imageUrl string

Represented image for the NFTs/ assets

collectionId number

Id of the collection own this asset

metadata Object

Metadata of the NFTs

creatorStarkKey string

The stark key of creator

publicId string

The unique public id (uuid) of the assets/NFTs

assetMintId string

The hex string of the asset to map with the on-chain data

transactionId string

The unique transaction id number when the assets is minted

order Array.<OrderType>

The order information (id, status, price...) for the Assets/NFTs

View Source types/AssetTypes.ts, line 177