Git Source Inherits: ITokenHandlerEvents, AppAdministratorOrOwnerOnlyDiamondVersion Author: @ShaneDuncan602 @oscarsernarosero @TJ-Everett @bfcoursewool Setters and getters for the rule in the handler. Meant to be inherited by a handler facet to easily support the rule.

Functions

setNFTValuationLimit

Set the NFT Valuation limit that will check collection price vs looping through each tokenId in collections
function setNFTValuationLimit(uint16 _newNFTValuationLimit)
    public
    appAdministratorOrOwnerOnly(lib.handlerBaseStorage().appManager);
Parameters
NameTypeDescription
_newNFTValuationLimituint16set the number of NFTs in a wallet that will check for collection price vs individual token prices

getNFTValuationLimit

Get the nftValuationLimit
function getNFTValuationLimit() external view returns (uint256);
Returns
NameTypeDescription
<none>uint256nftValautionLimit number of NFTs in a wallet that will check for collection price vs individual token prices