changeInfinityNFTFee

This method changes the INFT fee of the Core contract. Only the owner of the Core contract can call this function.

Function

function changeInfinityNFTFee(
    uint _newFee
) external;

Parameters

ParameterDescription

_newFee

The new INFT fee.

Last updated