@swapkit/core 4.4.28 → 4.4.29

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.
@@ -2322,8 +2322,8 @@ export declare function SwapKit<Plugins extends ReturnType<typeof createPlugin>,
2322
2322
  phrase: string;
2323
2323
  derivationPath: string;
2324
2324
  }) => string;
2325
- signAndBroadcastTransaction: (tx: import("@swapkit/utxo-signer").ZcashTransaction | import("@swapkit/utxo-signer").PCZT) => Promise<string>;
2326
- signTransaction: (tx: import("@swapkit/utxo-signer").ZcashTransaction | import("@swapkit/utxo-signer").PCZT) => Promise<import("@swapkit/utxo-signer").ZcashTransaction>;
2325
+ signAndBroadcastTransaction: (tx: import("@swapkit/utxo-signer").ZcashTransaction | import("@swapkit/utxo-signer").PCZT | import("@swapkit/utxo-signer").ZcashPSBT) => Promise<string>;
2326
+ signTransaction: (tx: import("@swapkit/utxo-signer").ZcashTransaction | import("@swapkit/utxo-signer").PCZT | import("@swapkit/utxo-signer").ZcashPSBT) => Promise<import("@swapkit/utxo-signer").ZcashTransaction>;
2327
2327
  transfer: ({ recipient, assetValue, feeOptionKey, ...rest }: import("@swapkit/toolboxes/utxo/types").UTXOTransferParams) => Promise<string>;
2328
2328
  validateAddress: typeof import("@swapkit/toolboxes/utxo/index").validateZcashAddress;
2329
2329
  accumulative: typeof import("@swapkit/toolboxes/utxo/index").accumulative;
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "author": "swapkit-dev",
3
3
  "dependencies": {
4
4
  "@swapkit/helpers": "4.13.11",
5
- "@swapkit/plugins": "4.6.42",
6
- "@swapkit/toolboxes": "4.15.15",
5
+ "@swapkit/plugins": "4.6.43",
6
+ "@swapkit/toolboxes": "4.16.0",
7
7
  "@swapkit/wallet-core": "4.3.2"
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.28"
29
+ "version": "4.4.29"
30
30
  }