Method whitelisting
function offerForRent(
address wContract,
uint256 tokenId,
uint96 pricePerSecond,
uint64 maxRendDuration,
IMethodWhitelist.WhitelistedDTO[] calldata whitelisted
) external;function setWhitelistedMethods(
uint256 tokenId,
WhitelistedDTO[] calldata whitelisted
)Last updated