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
IPatchworkScoped
function assign(uint256 ourTokenId, address to, uint256 tokenId) external;
ourTokenId
uint256
to
address
tokenId
function allowAssignment( uint256 ourTokenId, address target, uint256 targetTokenId, address targetOwner, address by, string memory scopeName ) external view returns (bool);
target
targetTokenId
targetOwner
by
scopeName
string
struct Assignment { address tokenAddr; uint256 tokenId; }