@medialane/sdk 0.5.1 → 0.5.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/dist/index.d.cts CHANGED
@@ -597,6 +597,8 @@ interface ConfirmSelfRemixParams {
597
597
  originalTokenId: string;
598
598
  remixContract: string;
599
599
  remixTokenId: string;
600
+ /** On-chain transaction hash of the mint tx */
601
+ txHash?: string;
600
602
  licenseType: string;
601
603
  commercial: boolean;
602
604
  derivatives: boolean;
package/dist/index.d.ts CHANGED
@@ -597,6 +597,8 @@ interface ConfirmSelfRemixParams {
597
597
  originalTokenId: string;
598
598
  remixContract: string;
599
599
  remixTokenId: string;
600
+ /** On-chain transaction hash of the mint tx */
601
+ txHash?: string;
600
602
  licenseType: string;
601
603
  commercial: boolean;
602
604
  derivatives: boolean;