Function isNftCollectionWitnessQuery
- isNftCollectionWitnessQuery(x?): x is SchemaFields & object & {
address?: string;
chainId?: number;
maxNfts?: number;
} & {
schema: "network.xyo.crypto.nft.collection.witness.query";
} Parameters
Optional
x: null | {
schema: string;
} & object
Returns x is SchemaFields & object & {
address?: string;
chainId?: number;
maxNfts?: number;
} & {
schema: "network.xyo.crypto.nft.collection.witness.query";
}