@campnetwork/origin 1.3.0-alpha.0 → 1.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/core.cjs +154 -107
- package/dist/core.d.ts +48 -4
- package/dist/core.esm.d.ts +48 -4
- package/dist/core.esm.js +186 -139
- package/dist/react/index.esm.d.ts +50 -5
- package/dist/react/index.esm.js +270 -86
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1136,7 +1136,7 @@ Most methods mirror smart contract functions and require appropriate permissions
|
|
|
1136
1136
|
|
|
1137
1137
|
#### Core IpNFT Methods
|
|
1138
1138
|
|
|
1139
|
-
- `mintWithSignature(to, tokenId, parents, isIp, hash, uri, license, deadline, signature, appId?)` — Mint with a backend signature.
|
|
1139
|
+
- `mintWithSignature(to, tokenId, parents, isIp, hash, uri, license, deadline, signature, appId?)` — Mint with a backend signature.
|
|
1140
1140
|
- `registerIpNFT(source, deadline, license, metadata, fileKey?, parents?)` — Register IP with backend
|
|
1141
1141
|
- `updateTerms(tokenId, license)` — Update license terms
|
|
1142
1142
|
- `finalizeDelete(tokenId)` — Finalize deletion of an IP NFT
|