@meshsdk/core 1.5.16-beta-6 → 1.5.17

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.
@@ -4,3 +4,4 @@ export declare type Asset = {
4
4
  };
5
5
  export declare type Unit = string;
6
6
  export declare type Quantity = string;
7
+ export declare const mergeAssets: (assets: Asset[]) => Asset[];