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.
IPatchwork721 extension for contracts supporting Patchwork assignment
IPatchworkAssignable
function isAssignedTo(uint256 ourTokenId, address target, uint256 targetTokenId) external view returns (bool);
ourTokenId
uint256
target
address
targetTokenId
function unassign(uint256 ourTokenId, address target, uint256 targetTokenId) external;
function getAssignmentCount(uint256 tokenId) external view returns (uint256);
tokenId
function getAssignments(uint256 tokenId, uint256 offset, uint256 count) external view returns (Assignment[] memory);
offset
count