@swapkit/core 4.4.24 → 4.4.25
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/types/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -2201,7 +2201,7 @@ export declare function SwapKit<Plugins extends ReturnType<typeof createPlugin>,
|
|
|
2201
2201
|
approve: ({ assetAddress, spenderAddress, amount, from }: import("@swapkit/toolboxes/tron/types").TronApproveParams) => Promise<string>;
|
|
2202
2202
|
broadcastTransaction: typeof import("@swapkit/toolboxes/tron/helpers/trongrid").broadcastTronTransaction;
|
|
2203
2203
|
createTransaction: ({ recipient, assetValue, memo, sender, expiration }: import("@swapkit/toolboxes/tron/types").TronCreateTransactionParams) => Promise<import("@swapkit/toolboxes/tron/types").TronTransaction>;
|
|
2204
|
-
estimateTransactionFee: ({ assetValue, recipient, sender }: import("@swapkit/toolboxes/tron/types").TronTransferParams & {
|
|
2204
|
+
estimateTransactionFee: ({ assetValue, memo, recipient, sender, }: import("@swapkit/toolboxes/tron/types").TronTransferParams & {
|
|
2205
2205
|
sender?: string;
|
|
2206
2206
|
}) => Promise<AssetValue>;
|
|
2207
2207
|
getAddress: () => Promise<string>;
|
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"author": "swapkit-dev",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
"@swapkit/helpers": "4.13.8",
|
|
5
|
-
"@swapkit/plugins": "4.6.
|
|
6
|
-
"@swapkit/toolboxes": "4.15.
|
|
5
|
+
"@swapkit/plugins": "4.6.39",
|
|
6
|
+
"@swapkit/toolboxes": "4.15.12",
|
|
7
7
|
"@swapkit/wallet-core": "4.2.8"
|
|
8
8
|
},
|
|
9
9
|
"description": "SwapKit - Core",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"type-check:go": "tsgo"
|
|
27
27
|
},
|
|
28
28
|
"type": "module",
|
|
29
|
-
"version": "4.4.
|
|
29
|
+
"version": "4.4.25"
|
|
30
30
|
}
|