import”@patchwork/contracts/PatchworkAccountPatch/IPatchworkAccountPatch.sol”;
Inherits:
IPatchworkScopedFunctions
mintPatch
Creates a new token for the owner, representing a patch
Returns
Documentation Index
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 Patch standard
IPatchworkScopedfunction mintPatch(address owner, address target) external payable returns (uint256 tokenId);
| Name | Type | Description |
|---|---|---|
owner | address | Address of the owner of the token |
target | address | Address of the original account |
| Name | Type | Description |
|---|---|---|
tokenId | uint256 | ID of the newly minted token |