Skip to content

prodesert22/NFTIndexAndUri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFTIndexAndUri

Get the NFTs indexes and uri, owned by the address

Functions

getNFTIndex

Returns the token's indexes owned by the address in the given contract

getNFTIndexAndUrl

Returns the token's indexes owned by the address and NFT's uri, in the given contract

getNFTsIndexAndUrl

Returns array of NFT's struct in the given contracts

struct Nft {
    contract_address - address of contract
    tokenId - index of nft in contract
    uri - uri of nft (can be a link to image or json)
}

Deploys

Main net

Fuji

About

Get the NFTs indexes and url, owned by the address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published