- isNftScore(x?): x is SchemaFields & object & NftContractInformation & NftScores & {
sources?: string[];
} & {
schema: "network.xyo.crypto.nft.score";
} Parameters
Optional
x: null | {
schema: string;
} & object
Returns x is SchemaFields & object & NftContractInformation & NftScores & {
sources?: string[];
} & {
schema: "network.xyo.crypto.nft.score";
}