@iotexproject/kit 0.1.39 → 0.1.40
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.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8938,6 +8938,7 @@ declare class BondingCurve {
|
|
|
8938
8938
|
data: any;
|
|
8939
8939
|
chainId: string;
|
|
8940
8940
|
value: string;
|
|
8941
|
+
type: string;
|
|
8941
8942
|
}[];
|
|
8942
8943
|
quote: string;
|
|
8943
8944
|
error?: undefined;
|
|
@@ -8946,6 +8947,7 @@ declare class BondingCurve {
|
|
|
8946
8947
|
address: `0x${string}`;
|
|
8947
8948
|
data: any;
|
|
8948
8949
|
chainId: string;
|
|
8950
|
+
type: string;
|
|
8949
8951
|
}[];
|
|
8950
8952
|
quote: string;
|
|
8951
8953
|
error?: undefined;
|