Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
struct licensedToken { address collectionAddress; uint256 tokenId; }
function fakeLicenseIpfunction fakeLicenseIp(address licensedCollectionAddress, uint256 tokenId) external
licensedCollectionAddress
tokenId
function verifyLicensedAssetfunction verifyLicensedAsset(bytes32 attestationUID, uint256 bondedAmount) external
function constructorconstructor(address _collectionAddress, address _paymentTokenAddress, address _licensingAttestationFunctions, address _cas) public
Was this page helpful?