Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 731 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 731 Bytes

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