Function isErc721ContractInfo
- isErc721ContractInfo(x?): x is SchemaFields & object & ContractInfoFields<{
name: string;
symbol: string;
totalSupply: string;
}> & {
schema: "network.xyo.crypto.contract.info.erc721";
} Returns x is SchemaFields & object & ContractInfoFields<{
name: string;
symbol: string;
totalSupply: string;
}> & {
schema: "network.xyo.crypto.contract.info.erc721";
}
Identity function for ERC-721 crypto contract info payload