viem 0.3.0-main.20230404T072624 → 0.3.0-main.20230404T105101
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/abi.js +2 -2
- package/dist/abi.mjs +1 -1
- package/dist/accounts/index.d.ts +10 -19
- package/dist/accounts/index.js +29 -38
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/index.mjs +22 -31
- package/dist/accounts/index.mjs.map +1 -1
- package/dist/chains.js +89 -89
- package/dist/chains.mjs +1 -1
- package/dist/{chunk-6JEMQ5UV.mjs → chunk-BZBBEU5Z.mjs} +2 -2
- package/dist/chunk-BZBBEU5Z.mjs.map +1 -0
- package/dist/{chunk-7K7536RW.mjs → chunk-DCXATNIZ.mjs} +2 -2
- package/dist/{chunk-G3YKZS76.js → chunk-DHKJBAMW.js} +6 -6
- package/dist/{chunk-YDG2GLYF.js → chunk-IAWAV7EZ.js} +2 -2
- package/dist/chunk-IAWAV7EZ.js.map +1 -0
- package/dist/contract.d.ts +2 -1
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/{encodeFunctionResult-c5185b98.d.ts → encodeFunctionResult-b4670cf7.d.ts} +12 -8
- package/dist/ens.js +2 -2
- package/dist/ens.mjs +1 -1
- package/dist/ethers.js +4 -4
- package/dist/ethers.mjs +2 -2
- package/dist/index.d.ts +4 -3
- package/dist/index.js +94 -94
- package/dist/index.mjs +1 -1
- package/dist/{parseGwei-280a3ff7.d.ts → parseGwei-4dcde2b8.d.ts} +1 -1
- package/dist/public.js +2 -2
- package/dist/public.mjs +1 -1
- package/dist/test.js +2 -2
- package/dist/test.mjs +1 -1
- package/dist/utils/index.d.ts +4 -3
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-6JEMQ5UV.mjs.map +0 -1
- package/dist/chunk-YDG2GLYF.js.map +0 -1
- /package/dist/{chunk-7K7536RW.mjs.map → chunk-DCXATNIZ.mjs.map} +0 -0
- /package/dist/{chunk-G3YKZS76.js.map → chunk-DHKJBAMW.js.map} +0 -0
package/dist/test.js
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
var
|
30
|
+
var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkYDG2GLYFjs = require('./chunk-YDG2GLYF.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkIAWAV7EZjs.dropTransaction; exports.getAutomine = _chunkIAWAV7EZjs.getAutomine; exports.getTxpoolContent = _chunkIAWAV7EZjs.getTxpoolContent; exports.getTxpoolStatus = _chunkIAWAV7EZjs.getTxpoolStatus; exports.impersonateAccount = _chunkIAWAV7EZjs.impersonateAccount; exports.increaseTime = _chunkIAWAV7EZjs.increaseTime; exports.inspectTxpool = _chunkIAWAV7EZjs.inspectTxpool; exports.mine = _chunkIAWAV7EZjs.mine; exports.removeBlockTimestampInterval = _chunkIAWAV7EZjs.removeBlockTimestampInterval; exports.reset = _chunkIAWAV7EZjs.reset; exports.revert = _chunkIAWAV7EZjs.revert; exports.sendUnsignedTransaction = _chunkIAWAV7EZjs.sendUnsignedTransaction; exports.setAutomine = _chunkIAWAV7EZjs.setAutomine; exports.setBalance = _chunkIAWAV7EZjs.setBalance; exports.setBlockGasLimit = _chunkIAWAV7EZjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkIAWAV7EZjs.setBlockTimestampInterval; exports.setCode = _chunkIAWAV7EZjs.setCode; exports.setCoinbase = _chunkIAWAV7EZjs.setCoinbase; exports.setIntervalMining = _chunkIAWAV7EZjs.setIntervalMining; exports.setLoggingEnabled = _chunkIAWAV7EZjs.setLoggingEnabled; exports.setMinGasPrice = _chunkIAWAV7EZjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkIAWAV7EZjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkIAWAV7EZjs.setNextBlockTimestamp; exports.setNonce = _chunkIAWAV7EZjs.setNonce; exports.setRpcUrl = _chunkIAWAV7EZjs.setRpcUrl; exports.setStorageAt = _chunkIAWAV7EZjs.setStorageAt; exports.snapshot = _chunkIAWAV7EZjs.snapshot; exports.stopImpersonatingAccount = _chunkIAWAV7EZjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.d.ts
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi, parseAbiItem, parseAbiParameter, parseAbiParameters } from 'abitype';
|
2
2
|
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-bfba73d1.js';
|
3
|
-
export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-
|
3
|
+
export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-b4670cf7.js';
|
4
4
|
export { e as encodePacked } from '../encodePacked-98f67d09.js';
|
5
5
|
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-56dff508.js';
|
6
6
|
export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-623eb398.js';
|
7
|
-
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-
|
8
|
-
export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-
|
7
|
+
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-4dcde2b8.js';
|
8
|
+
export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-4dcde2b8.js';
|
9
9
|
export { d as defineChain, g as getChainContractAddress } from '../chain-fe47467d.js';
|
10
10
|
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-ce85735b.js';
|
11
11
|
export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-ce85735b.js';
|
12
12
|
import { ai as Formatter, C as Chain } from '../chain-5507c6f0.js';
|
13
13
|
export { aa as ExtractFormatter, ab as Formatted, ac as FormattedTransaction, ad as TransactionFormatter, ar as defineFormatter, ae as defineTransaction, as as format, af as formatTransaction, ag as transactionType } from '../chain-5507c6f0.js';
|
14
14
|
import { A as Account } from '../typedData-46b4d81f.js';
|
15
|
+
import 'abitype/dist/abi-7aa1f183';
|
15
16
|
import 'isomorphic-ws';
|
16
17
|
import '../createTransport-21a0d2b3.js';
|
17
18
|
import '../eip1193-2f3a9cd2.js';
|
package/dist/utils/index.js
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var
|
121
|
+
var _chunkIAWAV7EZjs = require('../chunk-IAWAV7EZ.js');
|
122
122
|
|
123
123
|
|
124
124
|
|
@@ -239,5 +239,5 @@ var _chunkYDG2GLYFjs = require('../chunk-YDG2GLYF.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
exports.arrayRegex =
|
242
|
+
exports.arrayRegex = _chunkIAWAV7EZjs.arrayRegex; exports.assertRequest = _chunkIAWAV7EZjs.assertRequest; exports.assertTransactionEIP1559 = _chunkIAWAV7EZjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkIAWAV7EZjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkIAWAV7EZjs.assertTransactionLegacy; exports.boolToBytes = _chunkIAWAV7EZjs.boolToBytes; exports.boolToHex = _chunkIAWAV7EZjs.boolToHex; exports.buildRequest = _chunkIAWAV7EZjs.buildRequest; exports.bytesRegex = _chunkIAWAV7EZjs.bytesRegex; exports.bytesToBigint = _chunkIAWAV7EZjs.bytesToBigint; exports.bytesToBool = _chunkIAWAV7EZjs.bytesToBool; exports.bytesToHex = _chunkIAWAV7EZjs.bytesToHex; exports.bytesToNumber = _chunkIAWAV7EZjs.bytesToNumber; exports.bytesToString = _chunkIAWAV7EZjs.bytesToString; exports.concat = _chunkIAWAV7EZjs.concat; exports.concatBytes = _chunkIAWAV7EZjs.concatBytes; exports.concatHex = _chunkIAWAV7EZjs.concatHex; exports.containsNodeError = _chunkIAWAV7EZjs.containsNodeError; exports.decodeAbiParameters = _chunkIAWAV7EZjs.decodeAbiParameters; exports.decodeErrorResult = _chunkIAWAV7EZjs.decodeErrorResult; exports.decodeEventLog = _chunkIAWAV7EZjs.decodeEventLog; exports.decodeFunctionData = _chunkIAWAV7EZjs.decodeFunctionData; exports.decodeFunctionResult = _chunkIAWAV7EZjs.decodeFunctionResult; exports.defineBlock = _chunkIAWAV7EZjs.defineBlock; exports.defineChain = _chunkIAWAV7EZjs.defineChain; exports.defineFormatter = _chunkIAWAV7EZjs.defineFormatter; exports.defineTransaction = _chunkIAWAV7EZjs.defineTransaction; exports.defineTransactionReceipt = _chunkIAWAV7EZjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkIAWAV7EZjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkIAWAV7EZjs.encodeAbiParameters; exports.encodeDeployData = _chunkIAWAV7EZjs.encodeDeployData; exports.encodeErrorResult = _chunkIAWAV7EZjs.encodeErrorResult; exports.encodeEventTopics = _chunkIAWAV7EZjs.encodeEventTopics; exports.encodeFunctionData = _chunkIAWAV7EZjs.encodeFunctionData; exports.encodeFunctionResult = _chunkIAWAV7EZjs.encodeFunctionResult; exports.encodePacked = _chunkIAWAV7EZjs.encodePacked; exports.extract = _chunkIAWAV7EZjs.extract; exports.extractFunctionName = _chunkIAWAV7EZjs.extractFunctionName; exports.extractFunctionParams = _chunkIAWAV7EZjs.extractFunctionParams; exports.extractFunctionParts = _chunkIAWAV7EZjs.extractFunctionParts; exports.extractFunctionType = _chunkIAWAV7EZjs.extractFunctionType; exports.format = _chunkIAWAV7EZjs.format; exports.formatAbiItem = _chunkIAWAV7EZjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkIAWAV7EZjs.formatAbiItemWithArgs; exports.formatBlock = _chunkIAWAV7EZjs.formatBlock; exports.formatEther = _chunkIAWAV7EZjs.formatEther; exports.formatGwei = _chunkIAWAV7EZjs.formatGwei; exports.formatTransaction = _chunkIAWAV7EZjs.formatTransaction; exports.formatTransactionRequest = _chunkIAWAV7EZjs.formatTransactionRequest; exports.formatUnits = _chunkIAWAV7EZjs.formatUnits; exports.fromBytes = _chunkIAWAV7EZjs.fromBytes; exports.fromHex = _chunkIAWAV7EZjs.fromHex; exports.fromRlp = _chunkIAWAV7EZjs.fromRlp; exports.getAbiItem = _chunkIAWAV7EZjs.getAbiItem; exports.getAddress = _chunkIAWAV7EZjs.getAddress; exports.getCallError = _chunkIAWAV7EZjs.getCallError; exports.getChainContractAddress = _chunkIAWAV7EZjs.getChainContractAddress; exports.getContractAddress = _chunkIAWAV7EZjs.getContractAddress; exports.getContractError = _chunkIAWAV7EZjs.getContractError; exports.getCreate2Address = _chunkIAWAV7EZjs.getCreate2Address; exports.getCreateAddress = _chunkIAWAV7EZjs.getCreateAddress; exports.getEstimateGasError = _chunkIAWAV7EZjs.getEstimateGasError; exports.getEventSelector = _chunkIAWAV7EZjs.getEventSelector; exports.getFunctionSelector = _chunkIAWAV7EZjs.getFunctionSelector; exports.getNodeError = _chunkIAWAV7EZjs.getNodeError; exports.getSerializedTransactionType = _chunkIAWAV7EZjs.getSerializedTransactionType; exports.getSocket = _chunkIAWAV7EZjs.getSocket; exports.getTransactionError = _chunkIAWAV7EZjs.getTransactionError; exports.getTransactionType = _chunkIAWAV7EZjs.getTransactionType; exports.hashMessage = _chunkIAWAV7EZjs.hashMessage; exports.hashTypedData = _chunkIAWAV7EZjs.hashTypedData; exports.hexToBigInt = _chunkIAWAV7EZjs.hexToBigInt; exports.hexToBool = _chunkIAWAV7EZjs.hexToBool; exports.hexToBytes = _chunkIAWAV7EZjs.hexToBytes; exports.hexToNumber = _chunkIAWAV7EZjs.hexToNumber; exports.hexToString = _chunkIAWAV7EZjs.hexToString; exports.integerRegex = _chunkIAWAV7EZjs.integerRegex; exports.isAddress = _chunkIAWAV7EZjs.isAddress; exports.isAddressEqual = _chunkIAWAV7EZjs.isAddressEqual; exports.isBytes = _chunkIAWAV7EZjs.isBytes; exports.isHash = _chunkIAWAV7EZjs.isHash; exports.isHex = _chunkIAWAV7EZjs.isHex; exports.keccak256 = _chunkIAWAV7EZjs.keccak256; exports.numberToBytes = _chunkIAWAV7EZjs.numberToBytes; exports.numberToHex = _chunkIAWAV7EZjs.numberToHex; exports.pad = _chunkIAWAV7EZjs.pad; exports.padBytes = _chunkIAWAV7EZjs.padBytes; exports.padHex = _chunkIAWAV7EZjs.padHex; exports.parseAbi = _chunkIAWAV7EZjs.parseAbi; exports.parseAbiItem = _chunkIAWAV7EZjs.parseAbiItem; exports.parseAbiParameter = _chunkIAWAV7EZjs.parseAbiParameter; exports.parseAbiParameters = _chunkIAWAV7EZjs.parseAbiParameters; exports.parseAccount = _chunkIAWAV7EZjs.parseAccount; exports.parseEther = _chunkIAWAV7EZjs.parseEther; exports.parseGwei = _chunkIAWAV7EZjs.parseGwei; exports.parseTransaction = _chunkIAWAV7EZjs.parseTransaction; exports.parseUnits = _chunkIAWAV7EZjs.parseUnits; exports.prepareRequest = _chunkIAWAV7EZjs.prepareRequest; exports.publicKeyToAddress = _chunkIAWAV7EZjs.publicKeyToAddress; exports.recoverAddress = _chunkIAWAV7EZjs.recoverAddress; exports.recoverMessageAddress = _chunkIAWAV7EZjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkIAWAV7EZjs.recoverTypedDataAddress; exports.rpc = _chunkIAWAV7EZjs.rpc; exports.serializeTransaction = _chunkIAWAV7EZjs.serializeTransaction; exports.size = _chunkIAWAV7EZjs.size; exports.slice = _chunkIAWAV7EZjs.slice; exports.sliceBytes = _chunkIAWAV7EZjs.sliceBytes; exports.sliceHex = _chunkIAWAV7EZjs.sliceHex; exports.stringToBytes = _chunkIAWAV7EZjs.stringToBytes; exports.stringToHex = _chunkIAWAV7EZjs.stringToHex; exports.stringify = _chunkIAWAV7EZjs.stringify; exports.toBytes = _chunkIAWAV7EZjs.toBytes; exports.toHex = _chunkIAWAV7EZjs.toHex; exports.toRlp = _chunkIAWAV7EZjs.toRlp; exports.transactionType = _chunkIAWAV7EZjs.transactionType; exports.trim = _chunkIAWAV7EZjs.trim; exports.validateTypedData = _chunkIAWAV7EZjs.validateTypedData; exports.verifyMessage = _chunkIAWAV7EZjs.verifyMessage; exports.verifyTypedData = _chunkIAWAV7EZjs.verifyTypedData;
|
243
243
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
package/dist/wallet.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
var
|
12
|
+
var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunkYDG2GLYFjs = require('./chunk-YDG2GLYF.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkIAWAV7EZjs.addChain; exports.getAddresses = _chunkIAWAV7EZjs.getAddresses; exports.getPermissions = _chunkIAWAV7EZjs.getPermissions; exports.requestAddresses = _chunkIAWAV7EZjs.requestAddresses; exports.requestPermissions = _chunkIAWAV7EZjs.requestPermissions; exports.sendTransaction = _chunkIAWAV7EZjs.sendTransaction; exports.signMessage = _chunkIAWAV7EZjs.signMessage; exports.signTypedData = _chunkIAWAV7EZjs.signTypedData; exports.switchChain = _chunkIAWAV7EZjs.switchChain; exports.watchAsset = _chunkIAWAV7EZjs.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED