NFT balance information

NFTBalance

interface NFTBalance {
    contract?: string;
    balance?: string;
    name?: string;
    symbol?: string;
    type?: string;
    webSite?: string;
    iconUrl?: string;
}

Properties

contract?: string

Contract address of the NFT

balance?: string

Token balance amount

name?: string

Name of the NFT collection

symbol?: string

Symbol of the NFT collection

type?: string

Token type (CRC721 or CRC1155)

webSite?: string

Project website URL

iconUrl?: string

Icon/logo URL