Solidity API
licensedToken
Contract: LicensingAttestationMock
fakeLicenseIp
Parameters
Dev: This function mints an DigitalAsset, creates an attestation request, and then self-attests to the attestation request.
Documentation Index
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
| Name | Description |
|---|---|
licensedCollectionAddress | The address of the collection that the token is licensed from. |
tokenId | The ID of the DigitalAsset to be licensed. |
function verifyLicensedAssetfunction verifyLicensedAsset(bytes32 attestationUID, uint256 bondedAmount) external
function constructorconstructor(address _collectionAddress, address _paymentTokenAddress, address _licensingAttestationFunctions, address _cas) public
Was this page helpful?
