ExistsParams

Represents the parameters for the "exists" function.

type ExistsParams = {
tokenId: AbiParameterToPrimitiveType<{
name: "tokenId";
type: "uint256";
}>;
};