@manifoldxyz/client-sdk 0.5.0-beta.10 → 0.5.0-beta.11
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 +0 -1
- package/dist/index.cjs +15798 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +14 -67
- package/dist/index.mjs +15782 -26
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/dist/ccip-B0gW2JrT.cjs +0 -161
- package/dist/ccip-B0gW2JrT.cjs.map +0 -1
- package/dist/ccip-MpHEV30S.js +0 -161
- package/dist/ccip-MpHEV30S.js.map +0 -1
- package/dist/index-B_YusVFv.cjs +0 -29131
- package/dist/index-B_YusVFv.cjs.map +0 -1
- package/dist/index-BbztLoge.js +0 -29116
- package/dist/index-BbztLoge.js.map +0 -1
package/README.md
CHANGED
|
@@ -206,7 +206,6 @@ Simulates purchase to check eligibility and get total cost.
|
|
|
206
206
|
- `networkId` (number, optional): Force transaction on specific network
|
|
207
207
|
- `payload` (object, optional): Product-specific parameters
|
|
208
208
|
- For Edition: `{ quantity: number, code?: string }`
|
|
209
|
-
- For BurnRedeem: `{ burnTokenIds: string[] }`
|
|
210
209
|
- For BlindMint: `{ quantity: number }`
|
|
211
210
|
- `gasBuffer` (object, optional): Additional gas configuration
|
|
212
211
|
|