@vechain/vechain-kit 2.0.0-rc.3 → 2.0.0-rc.4
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.cjs +433 -1426
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +182 -1292
- package/dist/index.d.ts +182 -1292
- package/dist/index.js +440 -1384
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/{thorUtils-BOhp47ZG.d.cts → thorUtils-BlZ9nLeD.d.cts} +1 -1
- package/dist/{thorUtils-BOhp47ZG.d.ts → thorUtils-BlZ9nLeD.d.ts} +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -227,4 +227,4 @@ declare const buildCallClauses: <contracts extends readonly ContractFunctionPara
|
|
|
227
227
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
228
228
|
}) => _vechain_sdk_network.ContractClause[];
|
|
229
229
|
|
|
230
|
-
export { type CURRENCY as C, type ENSRecords as E, type MultipleClausesCallParameters as M, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, type
|
|
230
|
+
export { type CURRENCY as C, type ENSRecords as E, type MultipleClausesCallParameters as M, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, type TokenBalance as T, type ViewFunctionResult as V, type Wallet as W, type Network as a, type PrivyAppInfo as b, type ConnectionSource as c, NFTMediaType as d, type TransactionStatus as e, type TransactionStatusErrorType as f, type CrossAppConnectionCache as g, type ExecuteWithAuthorizationSignData as h, type ExecuteBatchWithAuthorizationSignData as i, type EnhancedClause as j, VePassportUserStatus as k, CURRENCY_SYMBOLS as l, type MultipleClausesCallReturnType as m, executeCallClause as n, executeMultipleClausesCall as o, buildCallClauses as p };
|
|
@@ -227,4 +227,4 @@ declare const buildCallClauses: <contracts extends readonly ContractFunctionPara
|
|
|
227
227
|
calls: MultipleClausesCallParameters<contracts, allowFailure>;
|
|
228
228
|
}) => _vechain_sdk_network.ContractClause[];
|
|
229
229
|
|
|
230
|
-
export { type CURRENCY as C, type ENSRecords as E, type MultipleClausesCallParameters as M, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, type
|
|
230
|
+
export { type CURRENCY as C, type ENSRecords as E, type MultipleClausesCallParameters as M, type NETWORK_TYPE as N, type PrivyLoginMethod as P, type SmartAccount as S, type TokenBalance as T, type ViewFunctionResult as V, type Wallet as W, type Network as a, type PrivyAppInfo as b, type ConnectionSource as c, NFTMediaType as d, type TransactionStatus as e, type TransactionStatusErrorType as f, type CrossAppConnectionCache as g, type ExecuteWithAuthorizationSignData as h, type ExecuteBatchWithAuthorizationSignData as i, type EnhancedClause as j, VePassportUserStatus as k, CURRENCY_SYMBOLS as l, type MultipleClausesCallReturnType as m, executeCallClause as n, executeMultipleClausesCall as o, buildCallClauses as p };
|
package/dist/utils/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Account } from 'viem/accounts';
|
|
2
2
|
import { Address } from '@vechain/sdk-core';
|
|
3
|
-
import { N as NETWORK_TYPE, d as NFTMediaType } from '../thorUtils-
|
|
4
|
-
export { M as MultipleClausesCallParameters, m as MultipleClausesCallReturnType, V as ViewFunctionResult, p as buildCallClauses, n as executeCallClause, o as executeMultipleClausesCall } from '../thorUtils-
|
|
3
|
+
import { N as NETWORK_TYPE, d as NFTMediaType } from '../thorUtils-BlZ9nLeD.cjs';
|
|
4
|
+
export { M as MultipleClausesCallParameters, m as MultipleClausesCallReturnType, V as ViewFunctionResult, p as buildCallClauses, n as executeCallClause, o as executeMultipleClausesCall } from '../thorUtils-BlZ9nLeD.cjs';
|
|
5
5
|
import '@vechain/sdk-network';
|
|
6
6
|
import '@privy-io/react-auth';
|
|
7
7
|
import 'abitype';
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Account } from 'viem/accounts';
|
|
2
2
|
import { Address } from '@vechain/sdk-core';
|
|
3
|
-
import { N as NETWORK_TYPE, d as NFTMediaType } from '../thorUtils-
|
|
4
|
-
export { M as MultipleClausesCallParameters, m as MultipleClausesCallReturnType, V as ViewFunctionResult, p as buildCallClauses, n as executeCallClause, o as executeMultipleClausesCall } from '../thorUtils-
|
|
3
|
+
import { N as NETWORK_TYPE, d as NFTMediaType } from '../thorUtils-BlZ9nLeD.js';
|
|
4
|
+
export { M as MultipleClausesCallParameters, m as MultipleClausesCallReturnType, V as ViewFunctionResult, p as buildCallClauses, n as executeCallClause, o as executeMultipleClausesCall } from '../thorUtils-BlZ9nLeD.js';
|
|
5
5
|
import '@vechain/sdk-network';
|
|
6
6
|
import '@privy-io/react-auth';
|
|
7
7
|
import 'abitype';
|