@cfxdevkit/core 1.0.9 → 1.0.10
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/clients/index.d.cts +3 -3
- package/dist/clients/index.d.ts +3 -3
- package/dist/{config-BMtaWM0X.d.cts → config-D0bE1-tS.d.cts} +1 -1
- package/dist/{config-BMtaWM0X.d.ts → config-D0bE1-tS.d.ts} +1 -1
- package/dist/{core-RZA4aKwj.d.cts → core-BoZtBSQ9.d.cts} +1 -1
- package/dist/{core-C5qe16RS.d.ts → core-DpNIxn65.d.ts} +1 -1
- package/dist/{index-Qz84U9Oq.d.ts → index-BeRor1-U.d.ts} +2 -2
- package/dist/{index-BhCpy6Fz.d.cts → index-CHbyA0dg.d.cts} +2 -2
- package/dist/index.cjs +6 -380
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -585
- package/dist/index.d.ts +7 -585
- package/dist/index.js +13 -377
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/wallet/index.d.cts +1 -1
- package/dist/wallet/index.d.ts +1 -1
- package/package.json +2 -1
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { SupportedChainId } from '../config/index.cjs';
|
|
2
|
-
export { h as ChainBalances, i as ChainClient, j as ChainStatus, e as ClientConfig, k as ClientFactory, l as ClientManager, m as ContractResult, f as CoreClientInstance, D as DeployOptions, g as EspaceClientInstance, F as FaucetBalances, H as HealthStatus, M as MiningStatus, R as ReadOptions, S as StartOptions, T as TestClient, n as TestConfig, W as WalletClient, o as WalletConfig, p as WriteOptions } from '../core-
|
|
3
|
-
export {
|
|
2
|
+
export { h as ChainBalances, i as ChainClient, j as ChainStatus, e as ClientConfig, k as ClientFactory, l as ClientManager, m as ContractResult, f as CoreClientInstance, D as DeployOptions, g as EspaceClientInstance, F as FaucetBalances, H as HealthStatus, M as MiningStatus, R as ReadOptions, S as StartOptions, T as TestClient, n as TestConfig, W as WalletClient, o as WalletConfig, p as WriteOptions } from '../core-BoZtBSQ9.cjs';
|
|
3
|
+
export { f as AccountInfo, A as Address, B as BaseTransaction, c as BlockEvent, C as ChainType, g as ConfluxNodeError, a as CoreAddress, b as EventCallback, E as EvmAddress, h as ExtendedNodeConfig, H as Hash, L as Log, M as MiningConfig, N as NodeConfig, i as NodeError, j as NodeStatus, S as ServerConfig, k as ServerStatus, e as TransactionEvent, T as TransactionReceipt, U as UnifiedAccount, d as UnwatchFunction } from '../config-D0bE1-tS.cjs';
|
|
4
4
|
import 'cive';
|
|
5
5
|
import 'viem';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { SupportedChainId } from '../config/index.js';
|
|
2
|
-
export { h as ChainBalances, i as ChainClient, j as ChainStatus, e as ClientConfig, k as ClientFactory, l as ClientManager, m as ContractResult, f as CoreClientInstance, D as DeployOptions, g as EspaceClientInstance, F as FaucetBalances, H as HealthStatus, M as MiningStatus, R as ReadOptions, S as StartOptions, T as TestClient, n as TestConfig, W as WalletClient, o as WalletConfig, p as WriteOptions } from '../core-
|
|
3
|
-
export {
|
|
2
|
+
export { h as ChainBalances, i as ChainClient, j as ChainStatus, e as ClientConfig, k as ClientFactory, l as ClientManager, m as ContractResult, f as CoreClientInstance, D as DeployOptions, g as EspaceClientInstance, F as FaucetBalances, H as HealthStatus, M as MiningStatus, R as ReadOptions, S as StartOptions, T as TestClient, n as TestConfig, W as WalletClient, o as WalletConfig, p as WriteOptions } from '../core-DpNIxn65.js';
|
|
3
|
+
export { f as AccountInfo, A as Address, B as BaseTransaction, c as BlockEvent, C as ChainType, g as ConfluxNodeError, a as CoreAddress, b as EventCallback, E as EvmAddress, h as ExtendedNodeConfig, H as Hash, L as Log, M as MiningConfig, N as NodeConfig, i as NodeError, j as NodeStatus, S as ServerConfig, k as ServerStatus, e as TransactionEvent, T as TransactionReceipt, U as UnifiedAccount, d as UnwatchFunction } from '../config-D0bE1-tS.js';
|
|
4
4
|
import 'cive';
|
|
5
5
|
import 'viem';
|
package/dist/wallet/index.d.cts
CHANGED
package/dist/wallet/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfxdevkit/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Core Conflux SDK – blockchain client abstractions, wallet tools, and core utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"url": "https://github.com/cfxdevkit/devkit/issues"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
+
"@cfxdevkit/contracts": "workspace:*",
|
|
90
91
|
"@scure/bip32": "^2.0.1",
|
|
91
92
|
"@scure/bip39": "^2.0.1",
|
|
92
93
|
"cive": "^0.8.1",
|