Compatibility
Requirements to be compatible with Venn
Dapps
NFTs
Market Places
interface IMarketPlace {
function rentNFT (address contract_, uint256 tokenId, uint256 duration) external payable;
}Requirements to be compatible with Venn
interface IMarketPlace {
function rentNFT (address contract_, uint256 tokenId, uint256 duration) external payable;
}