viem 0.3.0-main.20230406T213435 → 0.3.0-main.20230407T042404
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.js +17 -17
- package/dist/accounts/index.mjs +2 -2
- package/dist/chains.js +89 -89
- package/dist/chains.mjs +1 -1
- package/dist/{chunk-DHU5S5YF.mjs → chunk-4GLI7S5I.mjs} +126 -42
- package/dist/chunk-4GLI7S5I.mjs.map +1 -0
- package/dist/{chunk-OEUINA6X.mjs → chunk-DXGDWVDJ.mjs} +2 -2
- package/dist/{chunk-EW5GG2YC.js → chunk-LS5VFAOZ.js} +6 -6
- package/dist/{chunk-3IHFW55B.js → chunk-SXZBX5P6.js} +212 -128
- package/dist/chunk-SXZBX5P6.js.map +1 -0
- package/dist/contract.d.ts +2 -2
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/ens.d.ts +1 -1
- 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/{formatAbiItem-e5bbcadb.d.ts → formatAbiItem-aaf282fc.d.ts} +5 -1
- package/dist/{getEnsResolver-314de6e9.d.ts → getEnsResolver-68329c3e.d.ts} +1 -1
- package/dist/index.d.ts +12 -9
- package/dist/index.js +94 -94
- package/dist/index.mjs +1 -1
- package/dist/{parseGwei-4fb29d96.d.ts → parseGwei-e2b004f8.d.ts} +1 -1
- package/dist/public.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 +5 -5
- package/dist/utils/index.js +4 -2
- package/dist/utils/index.mjs +3 -1
- package/dist/wallet.d.ts +1 -1
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-3IHFW55B.js.map +0 -1
- package/dist/chunk-DHU5S5YF.mjs.map +0 -1
- /package/dist/{chunk-OEUINA6X.mjs.map → chunk-DXGDWVDJ.mjs.map} +0 -0
- /package/dist/{chunk-EW5GG2YC.js.map → chunk-LS5VFAOZ.js.map} +0 -0
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkSXZBX5P6js = require('./chunk-SXZBX5P6.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunk3IHFW55Bjs = require('./chunk-3IHFW55B.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkSXZBX5P6js.call; exports.createBlockFilter = _chunkSXZBX5P6js.createBlockFilter; exports.createEventFilter = _chunkSXZBX5P6js.createEventFilter; exports.createPendingTransactionFilter = _chunkSXZBX5P6js.createPendingTransactionFilter; exports.estimateGas = _chunkSXZBX5P6js.estimateGas; exports.getBalance = _chunkSXZBX5P6js.getBalance; exports.getBlock = _chunkSXZBX5P6js.getBlock; exports.getBlockNumber = _chunkSXZBX5P6js.getBlockNumber; exports.getBlockNumberCache = _chunkSXZBX5P6js.getBlockNumberCache; exports.getBlockTransactionCount = _chunkSXZBX5P6js.getBlockTransactionCount; exports.getBytecode = _chunkSXZBX5P6js.getBytecode; exports.getChainId = _chunkSXZBX5P6js.getChainId; exports.getFeeHistory = _chunkSXZBX5P6js.getFeeHistory; exports.getFilterChanges = _chunkSXZBX5P6js.getFilterChanges; exports.getFilterLogs = _chunkSXZBX5P6js.getFilterLogs; exports.getGasPrice = _chunkSXZBX5P6js.getGasPrice; exports.getLogs = _chunkSXZBX5P6js.getLogs; exports.getTransaction = _chunkSXZBX5P6js.getTransaction; exports.getTransactionConfirmations = _chunkSXZBX5P6js.getTransactionConfirmations; exports.getTransactionCount = _chunkSXZBX5P6js.getTransactionCount; exports.getTransactionReceipt = _chunkSXZBX5P6js.getTransactionReceipt; exports.uninstallFilter = _chunkSXZBX5P6js.uninstallFilter; exports.waitForTransactionReceipt = _chunkSXZBX5P6js.waitForTransactionReceipt; exports.watchBlockNumber = _chunkSXZBX5P6js.watchBlockNumber; exports.watchBlocks = _chunkSXZBX5P6js.watchBlocks; exports.watchEvent = _chunkSXZBX5P6js.watchEvent; exports.watchPendingTransactions = _chunkSXZBX5P6js.watchPendingTransactions;
|
59
59
|
//# sourceMappingURL=public.js.map
|
package/dist/public.mjs
CHANGED
package/dist/test.js
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
var
|
30
|
+
var _chunkSXZBX5P6js = require('./chunk-SXZBX5P6.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunk3IHFW55Bjs = require('./chunk-3IHFW55B.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkSXZBX5P6js.dropTransaction; exports.getAutomine = _chunkSXZBX5P6js.getAutomine; exports.getTxpoolContent = _chunkSXZBX5P6js.getTxpoolContent; exports.getTxpoolStatus = _chunkSXZBX5P6js.getTxpoolStatus; exports.impersonateAccount = _chunkSXZBX5P6js.impersonateAccount; exports.increaseTime = _chunkSXZBX5P6js.increaseTime; exports.inspectTxpool = _chunkSXZBX5P6js.inspectTxpool; exports.mine = _chunkSXZBX5P6js.mine; exports.removeBlockTimestampInterval = _chunkSXZBX5P6js.removeBlockTimestampInterval; exports.reset = _chunkSXZBX5P6js.reset; exports.revert = _chunkSXZBX5P6js.revert; exports.sendUnsignedTransaction = _chunkSXZBX5P6js.sendUnsignedTransaction; exports.setAutomine = _chunkSXZBX5P6js.setAutomine; exports.setBalance = _chunkSXZBX5P6js.setBalance; exports.setBlockGasLimit = _chunkSXZBX5P6js.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkSXZBX5P6js.setBlockTimestampInterval; exports.setCode = _chunkSXZBX5P6js.setCode; exports.setCoinbase = _chunkSXZBX5P6js.setCoinbase; exports.setIntervalMining = _chunkSXZBX5P6js.setIntervalMining; exports.setLoggingEnabled = _chunkSXZBX5P6js.setLoggingEnabled; exports.setMinGasPrice = _chunkSXZBX5P6js.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkSXZBX5P6js.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkSXZBX5P6js.setNextBlockTimestamp; exports.setNonce = _chunkSXZBX5P6js.setNonce; exports.setRpcUrl = _chunkSXZBX5P6js.setRpcUrl; exports.setStorageAt = _chunkSXZBX5P6js.setStorageAt; exports.snapshot = _chunkSXZBX5P6js.snapshot; exports.stopImpersonatingAccount = _chunkSXZBX5P6js.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.d.ts
CHANGED
@@ -2,13 +2,13 @@ export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi
|
|
2
2
|
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-443d91a0.js';
|
3
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-f7c8e382.js';
|
4
4
|
export { e as encodePacked } from '../encodePacked-462bce62.js';
|
5
|
-
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-
|
5
|
+
export { a as formatAbiItem, f as formatAbiItemWithArgs, b as formatAbiParams } from '../formatAbiItem-aaf282fc.js';
|
6
6
|
export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-52476df3.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-e2b004f8.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-e2b004f8.js';
|
9
9
|
export { d as defineChain, g as getChainContractAddress } from '../chain-29e97b48.js';
|
10
|
-
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-
|
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-
|
10
|
+
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-68329c3e.js';
|
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-68329c3e.js';
|
12
12
|
import { aj as Formatter, C as Chain } from '../chain-02c77999.js';
|
13
13
|
export { ab as ExtractFormatter, ac as Formatted, ad as FormattedTransaction, ae as TransactionFormatter, ar as defineFormatter, af as defineTransaction, as as format, ag as formatTransaction, ah as transactionType } from '../chain-02c77999.js';
|
14
14
|
import { A as Account } from '../typedData-337e8d8f.js';
|
package/dist/utils/index.js
CHANGED
@@ -118,8 +118,8 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var _chunk3IHFW55Bjs = require('../chunk-3IHFW55B.js');
|
122
121
|
|
122
|
+
var _chunkSXZBX5P6js = require('../chunk-SXZBX5P6.js');
|
123
123
|
|
124
124
|
|
125
125
|
|
@@ -239,5 +239,7 @@ var _chunk3IHFW55Bjs = require('../chunk-3IHFW55B.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
|
242
|
+
|
243
|
+
|
244
|
+
exports.arrayRegex = _chunkSXZBX5P6js.arrayRegex; exports.assertRequest = _chunkSXZBX5P6js.assertRequest; exports.assertTransactionEIP1559 = _chunkSXZBX5P6js.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkSXZBX5P6js.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkSXZBX5P6js.assertTransactionLegacy; exports.boolToBytes = _chunkSXZBX5P6js.boolToBytes; exports.boolToHex = _chunkSXZBX5P6js.boolToHex; exports.buildRequest = _chunkSXZBX5P6js.buildRequest; exports.bytesRegex = _chunkSXZBX5P6js.bytesRegex; exports.bytesToBigint = _chunkSXZBX5P6js.bytesToBigint; exports.bytesToBool = _chunkSXZBX5P6js.bytesToBool; exports.bytesToHex = _chunkSXZBX5P6js.bytesToHex; exports.bytesToNumber = _chunkSXZBX5P6js.bytesToNumber; exports.bytesToString = _chunkSXZBX5P6js.bytesToString; exports.concat = _chunkSXZBX5P6js.concat; exports.concatBytes = _chunkSXZBX5P6js.concatBytes; exports.concatHex = _chunkSXZBX5P6js.concatHex; exports.containsNodeError = _chunkSXZBX5P6js.containsNodeError; exports.decodeAbiParameters = _chunkSXZBX5P6js.decodeAbiParameters; exports.decodeErrorResult = _chunkSXZBX5P6js.decodeErrorResult; exports.decodeEventLog = _chunkSXZBX5P6js.decodeEventLog; exports.decodeFunctionData = _chunkSXZBX5P6js.decodeFunctionData; exports.decodeFunctionResult = _chunkSXZBX5P6js.decodeFunctionResult; exports.defineBlock = _chunkSXZBX5P6js.defineBlock; exports.defineChain = _chunkSXZBX5P6js.defineChain; exports.defineFormatter = _chunkSXZBX5P6js.defineFormatter; exports.defineTransaction = _chunkSXZBX5P6js.defineTransaction; exports.defineTransactionReceipt = _chunkSXZBX5P6js.defineTransactionReceipt; exports.defineTransactionRequest = _chunkSXZBX5P6js.defineTransactionRequest; exports.encodeAbiParameters = _chunkSXZBX5P6js.encodeAbiParameters; exports.encodeDeployData = _chunkSXZBX5P6js.encodeDeployData; exports.encodeErrorResult = _chunkSXZBX5P6js.encodeErrorResult; exports.encodeEventTopics = _chunkSXZBX5P6js.encodeEventTopics; exports.encodeFunctionData = _chunkSXZBX5P6js.encodeFunctionData; exports.encodeFunctionResult = _chunkSXZBX5P6js.encodeFunctionResult; exports.encodePacked = _chunkSXZBX5P6js.encodePacked; exports.extract = _chunkSXZBX5P6js.extract; exports.extractFunctionName = _chunkSXZBX5P6js.extractFunctionName; exports.extractFunctionParams = _chunkSXZBX5P6js.extractFunctionParams; exports.extractFunctionParts = _chunkSXZBX5P6js.extractFunctionParts; exports.extractFunctionType = _chunkSXZBX5P6js.extractFunctionType; exports.format = _chunkSXZBX5P6js.format; exports.formatAbiItem = _chunkSXZBX5P6js.formatAbiItem; exports.formatAbiItemWithArgs = _chunkSXZBX5P6js.formatAbiItemWithArgs; exports.formatAbiParams = _chunkSXZBX5P6js.formatAbiParams; exports.formatBlock = _chunkSXZBX5P6js.formatBlock; exports.formatEther = _chunkSXZBX5P6js.formatEther; exports.formatGwei = _chunkSXZBX5P6js.formatGwei; exports.formatTransaction = _chunkSXZBX5P6js.formatTransaction; exports.formatTransactionRequest = _chunkSXZBX5P6js.formatTransactionRequest; exports.formatUnits = _chunkSXZBX5P6js.formatUnits; exports.fromBytes = _chunkSXZBX5P6js.fromBytes; exports.fromHex = _chunkSXZBX5P6js.fromHex; exports.fromRlp = _chunkSXZBX5P6js.fromRlp; exports.getAbiItem = _chunkSXZBX5P6js.getAbiItem; exports.getAddress = _chunkSXZBX5P6js.getAddress; exports.getCallError = _chunkSXZBX5P6js.getCallError; exports.getChainContractAddress = _chunkSXZBX5P6js.getChainContractAddress; exports.getContractAddress = _chunkSXZBX5P6js.getContractAddress; exports.getContractError = _chunkSXZBX5P6js.getContractError; exports.getCreate2Address = _chunkSXZBX5P6js.getCreate2Address; exports.getCreateAddress = _chunkSXZBX5P6js.getCreateAddress; exports.getEstimateGasError = _chunkSXZBX5P6js.getEstimateGasError; exports.getEventSelector = _chunkSXZBX5P6js.getEventSelector; exports.getFunctionSelector = _chunkSXZBX5P6js.getFunctionSelector; exports.getNodeError = _chunkSXZBX5P6js.getNodeError; exports.getSerializedTransactionType = _chunkSXZBX5P6js.getSerializedTransactionType; exports.getSocket = _chunkSXZBX5P6js.getSocket; exports.getTransactionError = _chunkSXZBX5P6js.getTransactionError; exports.getTransactionType = _chunkSXZBX5P6js.getTransactionType; exports.hashMessage = _chunkSXZBX5P6js.hashMessage; exports.hashTypedData = _chunkSXZBX5P6js.hashTypedData; exports.hexToBigInt = _chunkSXZBX5P6js.hexToBigInt; exports.hexToBool = _chunkSXZBX5P6js.hexToBool; exports.hexToBytes = _chunkSXZBX5P6js.hexToBytes; exports.hexToNumber = _chunkSXZBX5P6js.hexToNumber; exports.hexToString = _chunkSXZBX5P6js.hexToString; exports.integerRegex = _chunkSXZBX5P6js.integerRegex; exports.isAddress = _chunkSXZBX5P6js.isAddress; exports.isAddressEqual = _chunkSXZBX5P6js.isAddressEqual; exports.isBytes = _chunkSXZBX5P6js.isBytes; exports.isHash = _chunkSXZBX5P6js.isHash; exports.isHex = _chunkSXZBX5P6js.isHex; exports.keccak256 = _chunkSXZBX5P6js.keccak256; exports.numberToBytes = _chunkSXZBX5P6js.numberToBytes; exports.numberToHex = _chunkSXZBX5P6js.numberToHex; exports.pad = _chunkSXZBX5P6js.pad; exports.padBytes = _chunkSXZBX5P6js.padBytes; exports.padHex = _chunkSXZBX5P6js.padHex; exports.parseAbi = _chunkSXZBX5P6js.parseAbi; exports.parseAbiItem = _chunkSXZBX5P6js.parseAbiItem; exports.parseAbiParameter = _chunkSXZBX5P6js.parseAbiParameter; exports.parseAbiParameters = _chunkSXZBX5P6js.parseAbiParameters; exports.parseAccount = _chunkSXZBX5P6js.parseAccount; exports.parseEther = _chunkSXZBX5P6js.parseEther; exports.parseGwei = _chunkSXZBX5P6js.parseGwei; exports.parseTransaction = _chunkSXZBX5P6js.parseTransaction; exports.parseUnits = _chunkSXZBX5P6js.parseUnits; exports.prepareRequest = _chunkSXZBX5P6js.prepareRequest; exports.publicKeyToAddress = _chunkSXZBX5P6js.publicKeyToAddress; exports.recoverAddress = _chunkSXZBX5P6js.recoverAddress; exports.recoverMessageAddress = _chunkSXZBX5P6js.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkSXZBX5P6js.recoverTypedDataAddress; exports.rpc = _chunkSXZBX5P6js.rpc; exports.serializeTransaction = _chunkSXZBX5P6js.serializeTransaction; exports.size = _chunkSXZBX5P6js.size; exports.slice = _chunkSXZBX5P6js.slice; exports.sliceBytes = _chunkSXZBX5P6js.sliceBytes; exports.sliceHex = _chunkSXZBX5P6js.sliceHex; exports.stringToBytes = _chunkSXZBX5P6js.stringToBytes; exports.stringToHex = _chunkSXZBX5P6js.stringToHex; exports.stringify = _chunkSXZBX5P6js.stringify; exports.toBytes = _chunkSXZBX5P6js.toBytes; exports.toHex = _chunkSXZBX5P6js.toHex; exports.toRlp = _chunkSXZBX5P6js.toRlp; exports.transactionType = _chunkSXZBX5P6js.transactionType; exports.trim = _chunkSXZBX5P6js.trim; exports.validateTypedData = _chunkSXZBX5P6js.validateTypedData; exports.verifyMessage = _chunkSXZBX5P6js.verifyMessage; exports.verifyTypedData = _chunkSXZBX5P6js.verifyTypedData;
|
243
245
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
@@ -43,6 +43,7 @@ import {
|
|
43
43
|
format,
|
44
44
|
formatAbiItem,
|
45
45
|
formatAbiItemWithArgs,
|
46
|
+
formatAbiParams,
|
46
47
|
formatBlock,
|
47
48
|
formatEther,
|
48
49
|
formatGwei,
|
@@ -118,7 +119,7 @@ import {
|
|
118
119
|
validateTypedData,
|
119
120
|
verifyMessage,
|
120
121
|
verifyTypedData
|
121
|
-
} from "../chunk-
|
122
|
+
} from "../chunk-4GLI7S5I.mjs";
|
122
123
|
export {
|
123
124
|
arrayRegex,
|
124
125
|
assertRequest,
|
@@ -164,6 +165,7 @@ export {
|
|
164
165
|
format,
|
165
166
|
formatAbiItem,
|
166
167
|
formatAbiItemWithArgs,
|
168
|
+
formatAbiParams,
|
167
169
|
formatBlock,
|
168
170
|
formatEther,
|
169
171
|
formatGwei,
|
package/dist/wallet.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-
|
1
|
+
export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-68329c3e.js';
|
2
2
|
import './createTransport-55339615.js';
|
3
3
|
import './eip1193-07d9c47f.js';
|
4
4
|
import 'abitype';
|
package/dist/wallet.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
var
|
12
|
+
var _chunkSXZBX5P6js = require('./chunk-SXZBX5P6.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunk3IHFW55Bjs = require('./chunk-3IHFW55B.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkSXZBX5P6js.addChain; exports.getAddresses = _chunkSXZBX5P6js.getAddresses; exports.getPermissions = _chunkSXZBX5P6js.getPermissions; exports.requestAddresses = _chunkSXZBX5P6js.requestAddresses; exports.requestPermissions = _chunkSXZBX5P6js.requestPermissions; exports.sendTransaction = _chunkSXZBX5P6js.sendTransaction; exports.signMessage = _chunkSXZBX5P6js.signMessage; exports.signTypedData = _chunkSXZBX5P6js.signTypedData; exports.switchChain = _chunkSXZBX5P6js.switchChain; exports.watchAsset = _chunkSXZBX5P6js.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED