ReadyNFT
Search
K
Comment on page

Types

Documentation of the Types and Classes used in the ReadyNFT SDK

ReadyNFTSpriteObject

The ReadyNFTSpriteObject class represents a sprite object retrieved from the ReadyNFT API. It contains detailed information about an NFT sprite associated with a game.

Properties

Property
Type
Description
gameId
string
The ID of the game to which the sprite belongs
nftId
string
The ID of the NFT to which the sprite belongs
nftName
string
The name of the NFT
contract
string
The contract address of the NFT sprite on the blockchain
images
Dictionary<string, string>
A dictionary containing the URLs of the sprite images.
stats
Dictionary<string, int>
A dictionary that provides additional statistics or attributes related to the NFT sprite.
version
int
Version of the data which determines if the data needs to be downloaded again.