viem 2.9.22 → 2.9.23
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/CHANGELOG.md +12 -0
- package/_cjs/accounts/privateKeyToAccount.js +4 -0
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js +1 -0
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/chains/definitions/dreyerxMainnet.js +25 -0
- package/_cjs/chains/definitions/dreyerxMainnet.js.map +1 -0
- package/_cjs/chains/index.js +7 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js +18 -0
- package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
- package/_cjs/experimental/eip3074/decorators/eip3074.js +13 -0
- package/_cjs/experimental/eip3074/decorators/eip3074.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +12 -0
- package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js +17 -0
- package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js +17 -0
- package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +11 -0
- package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/getCallsStatus.js +2 -2
- package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/getCapabilities.js +2 -2
- package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/sendCalls.js +6 -6
- package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -0
- package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
- package/_cjs/experimental/{actions → eip5792/actions}/writeContracts.js +1 -1
- package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -0
- package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -0
- package/_cjs/experimental/index.js +15 -7
- package/_cjs/experimental/index.js.map +1 -1
- package/_cjs/utils/signature/hexToSignature.js.map +1 -1
- package/_esm/accounts/privateKeyToAccount.js +4 -0
- package/_esm/accounts/privateKeyToAccount.js.map +1 -1
- package/_esm/accounts/toAccount.js +1 -0
- package/_esm/accounts/toAccount.js.map +1 -1
- package/_esm/actions/public/verifyHash.js +1 -1
- package/_esm/chains/definitions/dreyerxMainnet.js +22 -0
- package/_esm/chains/definitions/dreyerxMainnet.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/experimental/eip3074/actions/signAuthMessage.js +69 -0
- package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
- package/_esm/experimental/eip3074/decorators/eip3074.js +26 -0
- package/_esm/experimental/eip3074/decorators/eip3074.js.map +1 -0
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +8 -0
- package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
- package/_esm/experimental/eip3074/utils/signAuthMessage.js +16 -0
- package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
- package/_esm/experimental/eip3074/utils/toAuthMessage.js +17 -0
- package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +13 -0
- package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/getCallsStatus.js +3 -3
- package/_esm/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/getCapabilities.js +3 -3
- package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/sendCalls.js +7 -7
- package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/showCallsStatus.js +1 -1
- package/_esm/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
- package/_esm/experimental/{actions → eip5792/actions}/writeContracts.js +2 -2
- package/_esm/experimental/eip5792/actions/writeContracts.js.map +1 -0
- package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -0
- package/_esm/experimental/index.js +10 -6
- package/_esm/experimental/index.js.map +1 -1
- package/_esm/utils/signature/hexToSignature.js.map +1 -1
- package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/toAccount.d.ts.map +1 -1
- package/_types/accounts/types.d.ts +5 -3
- package/_types/accounts/types.d.ts.map +1 -1
- package/_types/actions/public/verifyHash.d.ts +1 -1
- package/_types/celo/chainConfig.d.ts +114 -114
- package/_types/celo/formatters.d.ts +57 -57
- package/_types/chains/definitions/ancient8.d.ts +45 -45
- package/_types/chains/definitions/ancient8Sepolia.d.ts +45 -45
- package/_types/chains/definitions/base.d.ts +45 -45
- package/_types/chains/definitions/baseGoerli.d.ts +45 -45
- package/_types/chains/definitions/baseSepolia.d.ts +45 -45
- package/_types/chains/definitions/celo.d.ts +114 -114
- package/_types/chains/definitions/celoAlfajores.d.ts +114 -114
- package/_types/chains/definitions/dreyerxMainnet.d.ts +35 -0
- package/_types/chains/definitions/dreyerxMainnet.d.ts.map +1 -0
- package/_types/chains/definitions/fraxtal.d.ts +45 -45
- package/_types/chains/definitions/fraxtalTestnet.d.ts +45 -45
- package/_types/chains/definitions/liskSepolia.d.ts +45 -45
- package/_types/chains/definitions/optimism.d.ts +45 -45
- package/_types/chains/definitions/optimismGoerli.d.ts +45 -45
- package/_types/chains/definitions/optimismSepolia.d.ts +45 -45
- package/_types/chains/definitions/pgn.d.ts +45 -45
- package/_types/chains/definitions/pgnTestnet.d.ts +45 -45
- package/_types/chains/definitions/rss3.d.ts +45 -45
- package/_types/chains/definitions/rss3Sepolia.d.ts +45 -45
- package/_types/chains/definitions/zora.d.ts +45 -45
- package/_types/chains/definitions/zoraSepolia.d.ts +45 -45
- package/_types/chains/definitions/zoraTestnet.d.ts +45 -45
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +72 -0
- package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +1 -0
- package/_types/experimental/eip3074/decorators/eip3074.d.ts +27 -0
- package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +12 -0
- package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +16 -0
- package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +20 -0
- package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +1 -0
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +19 -0
- package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/getCallsStatus.d.ts +9 -9
- package/_types/experimental/eip5792/actions/getCallsStatus.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/getCapabilities.d.ts +9 -9
- package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/sendCalls.d.ts +10 -10
- package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/showCallsStatus.d.ts +7 -7
- package/_types/experimental/eip5792/actions/showCallsStatus.d.ts.map +1 -0
- package/_types/experimental/{actions → eip5792/actions}/writeContracts.d.ts +9 -9
- package/_types/experimental/eip5792/actions/writeContracts.d.ts.map +1 -0
- package/_types/experimental/{decorators → eip5792/decorators}/eip5792.d.ts +9 -9
- package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -0
- package/_types/experimental/index.d.ts +10 -6
- package/_types/experimental/index.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +45 -45
- package/_types/op-stack/formatters.d.ts +45 -45
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/signature/hexToSignature.d.ts +7 -2
- package/_types/utils/signature/hexToSignature.d.ts.map +1 -1
- package/accounts/privateKeyToAccount.ts +5 -1
- package/accounts/toAccount.ts +1 -0
- package/accounts/types.ts +12 -5
- package/actions/public/verifyHash.ts +1 -1
- package/chains/definitions/dreyerxMainnet.ts +22 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/experimental/eip3074/actions/signAuthMessage.ts +103 -0
- package/experimental/eip3074/decorators/eip3074.ts +51 -0
- package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +29 -0
- package/experimental/eip3074/utils/signAuthMessage.ts +40 -0
- package/experimental/eip3074/utils/toAuthMessage.ts +50 -0
- package/experimental/eip3074/utils/verifyAuthMessage.ts +46 -0
- package/experimental/{actions → eip5792/actions}/getCallsStatus.ts +11 -11
- package/experimental/{actions → eip5792/actions}/getCapabilities.ts +11 -11
- package/experimental/{actions → eip5792/actions}/sendCalls.ts +17 -17
- package/experimental/{actions → eip5792/actions}/showCallsStatus.ts +7 -7
- package/experimental/{actions → eip5792/actions}/writeContracts.ts +9 -9
- package/experimental/{decorators → eip5792/decorators}/eip5792.ts +9 -9
- package/experimental/index.ts +29 -7
- package/package.json +1 -1
- package/utils/signature/hexToSignature.ts +2 -2
- package/_cjs/experimental/actions/getCallsStatus.js.map +0 -1
- package/_cjs/experimental/actions/getCapabilities.js.map +0 -1
- package/_cjs/experimental/actions/sendCalls.js.map +0 -1
- package/_cjs/experimental/actions/showCallsStatus.js.map +0 -1
- package/_cjs/experimental/actions/writeContracts.js.map +0 -1
- package/_cjs/experimental/decorators/eip5792.js.map +0 -1
- package/_esm/experimental/actions/getCallsStatus.js.map +0 -1
- package/_esm/experimental/actions/getCapabilities.js.map +0 -1
- package/_esm/experimental/actions/sendCalls.js.map +0 -1
- package/_esm/experimental/actions/showCallsStatus.js.map +0 -1
- package/_esm/experimental/actions/writeContracts.js.map +0 -1
- package/_esm/experimental/decorators/eip5792.js.map +0 -1
- package/_types/experimental/actions/getCallsStatus.d.ts.map +0 -1
- package/_types/experimental/actions/getCapabilities.d.ts.map +0 -1
- package/_types/experimental/actions/sendCalls.d.ts.map +0 -1
- package/_types/experimental/actions/showCallsStatus.d.ts.map +0 -1
- package/_types/experimental/actions/writeContracts.d.ts.map +0 -1
- package/_types/experimental/decorators/eip5792.d.ts.map +0 -1
- /package/_cjs/experimental/{actions → eip5792/actions}/showCallsStatus.js +0 -0
- /package/_cjs/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
- /package/_esm/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
@@ -1,11 +1,11 @@
|
|
1
|
-
import type { Client } from '
|
2
|
-
import type { Transport } from '
|
3
|
-
import type { ErrorType } from '
|
4
|
-
import type { Account } from '
|
5
|
-
import type { Chain } from '
|
6
|
-
import type { WalletGetCallsStatusReturnType } from '
|
7
|
-
import type { Prettify } from '
|
8
|
-
import type { RequestErrorType } from '
|
1
|
+
import type { Client } from '../../../clients/createClient.js';
|
2
|
+
import type { Transport } from '../../../clients/transports/createTransport.js';
|
3
|
+
import type { ErrorType } from '../../../errors/utils.js';
|
4
|
+
import type { Account } from '../../../types/account.js';
|
5
|
+
import type { Chain } from '../../../types/chain.js';
|
6
|
+
import type { WalletGetCallsStatusReturnType } from '../../../types/eip1193.js';
|
7
|
+
import type { Prettify } from '../../../types/utils.js';
|
8
|
+
import type { RequestErrorType } from '../../../utils/buildRequest.js';
|
9
9
|
export type GetCallsStatusParameters = {
|
10
10
|
id: string;
|
11
11
|
};
|
@@ -14,7 +14,7 @@ export type GetCallsStatusErrorType = RequestErrorType | ErrorType;
|
|
14
14
|
/**
|
15
15
|
* Returns the status of a call batch that was sent via `sendCalls`.
|
16
16
|
*
|
17
|
-
* - Docs: https://viem.sh/experimental/
|
17
|
+
* - Docs: https://viem.sh/experimental/eip5792/getCallsStatus
|
18
18
|
* - JSON-RPC Methods: [`wallet_getCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
|
19
19
|
*
|
20
20
|
* @param client - Client to use
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getCallsStatus.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCallsStatus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAA;AAC/E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAItE,MAAM,MAAM,wBAAwB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAA;AAErD,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAC7C,8BAA8B,CAAC,MAAM,EAAE,SAAS,GAAG,UAAU,CAAC,CAC/D,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAElE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAsB,cAAc,CAClC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EAE/C,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,wBAAwB,GACnC,OAAO,CAAC,wBAAwB,CAAC,CAgBnC"}
|
@@ -1,18 +1,18 @@
|
|
1
|
-
import type { Client } from '
|
2
|
-
import type { Transport } from '
|
3
|
-
import type { ErrorType } from '
|
4
|
-
import type { GetAccountParameter, JsonRpcAccount } from '
|
5
|
-
import type { Chain } from '
|
6
|
-
import type { WalletCapabilities, WalletCapabilitiesRecord } from '
|
7
|
-
import type { Prettify } from '
|
8
|
-
import type { RequestErrorType } from '
|
1
|
+
import type { Client } from '../../../clients/createClient.js';
|
2
|
+
import type { Transport } from '../../../clients/transports/createTransport.js';
|
3
|
+
import type { ErrorType } from '../../../errors/utils.js';
|
4
|
+
import type { GetAccountParameter, JsonRpcAccount } from '../../../types/account.js';
|
5
|
+
import type { Chain } from '../../../types/chain.js';
|
6
|
+
import type { WalletCapabilities, WalletCapabilitiesRecord } from '../../../types/eip1193.js';
|
7
|
+
import type { Prettify } from '../../../types/utils.js';
|
8
|
+
import type { RequestErrorType } from '../../../utils/buildRequest.js';
|
9
9
|
export type GetCapabilitiesParameters<account extends JsonRpcAccount | undefined = JsonRpcAccount | undefined> = GetAccountParameter<account>;
|
10
10
|
export type GetCapabilitiesReturnType = Prettify<WalletCapabilitiesRecord<WalletCapabilities, number>>;
|
11
11
|
export type GetCapabilitiesErrorType = RequestErrorType | ErrorType;
|
12
12
|
/**
|
13
13
|
* Extract capabilities that a connected wallet supports (e.g. paymasters, session keys, etc).
|
14
14
|
*
|
15
|
-
* - Docs: https://viem.sh/experimental/
|
15
|
+
* - Docs: https://viem.sh/experimental/eip5792/getCapabilities
|
16
16
|
* - JSON-RPC Methods: [`wallet_getCapabilities`](https://eips.ethereum.org/EIPS/eip-5792)
|
17
17
|
*
|
18
18
|
* @param client - Client to use
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"getCapabilities.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/getCapabilities.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAE/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EACV,mBAAmB,EACnB,cAAc,EACf,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,KAAK,EACV,kBAAkB,EAClB,wBAAwB,EACzB,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AAEvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAEtE,MAAM,MAAM,yBAAyB,CACnC,OAAO,SAAS,cAAc,GAAG,SAAS,GAAG,cAAc,GAAG,SAAS,IACrE,mBAAmB,CAAC,OAAO,CAAC,CAAA;AAEhC,MAAM,MAAM,yBAAyB,GAAG,QAAQ,CAC9C,wBAAwB,CAAC,kBAAkB,EAAE,MAAM,CAAC,CACrD,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAEnE;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAsB,eAAe,CACnC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,cAAc,GAAG,SAAS,GAAG,SAAS,EAEtD,GAAG,UAAU,EAAE,OAAO,SAAS,cAAc,GAErC,CAAC,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,GAC3C;IACE,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,yBAAyB,CAAC,OAAO,CAAC;CAC/C,GACL;IACE,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,yBAAyB,CAAC,OAAO,CAAC;CAC/C,GACJ,OAAO,CAAC,yBAAyB,CAAC,CAmBpC"}
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import type { Client } from '
|
2
|
-
import type { Transport } from '
|
3
|
-
import type { ErrorType } from '
|
4
|
-
import type { Account, GetAccountParameter } from '
|
5
|
-
import type { Chain, GetChainParameter } from '
|
6
|
-
import type { WalletCapabilities, WalletSendCallsParameters } from '
|
7
|
-
import type { Hex } from '
|
8
|
-
import type { OneOf } from '
|
9
|
-
import type { RequestErrorType } from '
|
1
|
+
import type { Client } from '../../../clients/createClient.js';
|
2
|
+
import type { Transport } from '../../../clients/transports/createTransport.js';
|
3
|
+
import type { ErrorType } from '../../../errors/utils.js';
|
4
|
+
import type { Account, GetAccountParameter } from '../../../types/account.js';
|
5
|
+
import type { Chain, GetChainParameter } from '../../../types/chain.js';
|
6
|
+
import type { WalletCapabilities, WalletSendCallsParameters } from '../../../types/eip1193.js';
|
7
|
+
import type { Hex } from '../../../types/misc.js';
|
8
|
+
import type { OneOf } from '../../../types/utils.js';
|
9
|
+
import type { RequestErrorType } from '../../../utils/buildRequest.js';
|
10
10
|
export type SendCallsParameters<chain extends Chain | undefined = Chain | undefined, account extends Account | undefined = Account | undefined, chainOverride extends Chain | undefined = Chain | undefined> = {
|
11
11
|
calls: OneOf<{
|
12
12
|
to: Hex;
|
@@ -23,7 +23,7 @@ export type SendCallsErrorType = RequestErrorType | ErrorType;
|
|
23
23
|
/**
|
24
24
|
* Requests the connected wallet to send a batch of calls.
|
25
25
|
*
|
26
|
-
* - Docs: https://viem.sh/experimental/
|
26
|
+
* - Docs: https://viem.sh/experimental/eip5792/sendCalls
|
27
27
|
* - JSON-RPC Methods: [`wallet_sendCalls`](https://eips.ethereum.org/EIPS/eip-5792)
|
28
28
|
*
|
29
29
|
* @param client - Client to use
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"sendCalls.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/sendCalls.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAI/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC7E,OAAO,KAAK,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,KAAK,EACV,kBAAkB,EAClB,yBAAyB,EAC1B,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAA;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AAEpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAItE,MAAM,MAAM,mBAAmB,CAC7B,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,EACzD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,IACzD;IACF,KAAK,EAAE,KAAK,CACR;QACE,EAAE,EAAE,GAAG,CAAA;QACP,IAAI,CAAC,EAAE,GAAG,GAAG,SAAS,CAAA;QACtB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAC3B,GACD;QACE,IAAI,EAAE,GAAG,CAAA;KACV,CACJ,EAAE,CAAA;IACH,YAAY,CAAC,EACT,yBAAyB,CAAC,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,GACrE,SAAS,CAAA;IACb,OAAO,CAAC,EAAE,yBAAyB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,GAAG,SAAS,CAAA;CACnE,GAAG,mBAAmB,CAAC,OAAO,CAAC,GAC9B,iBAAiB,CAAC,KAAK,EAAE,aAAa,CAAC,CAAA;AAEzC,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAA;AAExC,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAsB,SAAS,CAC7B,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EAC/C,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,mBAAmB,CAAC,KAAK,EAAE,OAAO,EAAE,aAAa,CAAC,GAC7D,OAAO,CAAC,mBAAmB,CAAC,CA2C9B"}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import type { Client } from '
|
2
|
-
import type { Transport } from '
|
3
|
-
import type { ErrorType } from '
|
4
|
-
import type { Account } from '
|
5
|
-
import type { Chain } from '
|
6
|
-
import type { RequestErrorType } from '
|
1
|
+
import type { Client } from '../../../clients/createClient.js';
|
2
|
+
import type { Transport } from '../../../clients/transports/createTransport.js';
|
3
|
+
import type { ErrorType } from '../../../errors/utils.js';
|
4
|
+
import type { Account } from '../../../types/account.js';
|
5
|
+
import type { Chain } from '../../../types/chain.js';
|
6
|
+
import type { RequestErrorType } from '../../../utils/buildRequest.js';
|
7
7
|
export type ShowCallsStatusParameters = {
|
8
8
|
id: string;
|
9
9
|
};
|
@@ -13,7 +13,7 @@ export type ShowCallsStatusErrorType = RequestErrorType | ErrorType;
|
|
13
13
|
* Requests for the wallet to show information about a call batch
|
14
14
|
* that was sent via `sendCalls`.
|
15
15
|
*
|
16
|
-
* - Docs: https://viem.sh/experimental/
|
16
|
+
* - Docs: https://viem.sh/experimental/eip5792/showCallsStatus
|
17
17
|
* - JSON-RPC Methods: [`wallet_showCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
|
18
18
|
*
|
19
19
|
* @param client - Client to use
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"showCallsStatus.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/showCallsStatus.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAEtE,MAAM,MAAM,yBAAyB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAA;AAEtD,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAA;AAE5C,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,GAAG,SAAS,CAAA;AAEnE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAsB,eAAe,CACnC,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EAE/C,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,EACzC,UAAU,EAAE,yBAAyB,GACpC,OAAO,CAAC,yBAAyB,CAAC,CAOpC"}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import type { AbiStateMutability, Narrow } from 'abitype';
|
2
|
-
import type { Client } from '
|
3
|
-
import type { Transport } from '
|
4
|
-
import type { ErrorType } from '
|
5
|
-
import type { Account, GetAccountParameter } from '
|
6
|
-
import type { Chain, GetChainParameter } from '
|
7
|
-
import type { ContractFunctionParameters } from '
|
8
|
-
import type { MulticallContracts } from '
|
9
|
-
import { type EncodeFunctionDataErrorType } from '
|
2
|
+
import type { Client } from '../../../clients/createClient.js';
|
3
|
+
import type { Transport } from '../../../clients/transports/createTransport.js';
|
4
|
+
import type { ErrorType } from '../../../errors/utils.js';
|
5
|
+
import type { Account, GetAccountParameter } from '../../../types/account.js';
|
6
|
+
import type { Chain, GetChainParameter } from '../../../types/chain.js';
|
7
|
+
import type { ContractFunctionParameters } from '../../../types/contract.js';
|
8
|
+
import type { MulticallContracts } from '../../../types/multicall.js';
|
9
|
+
import { type EncodeFunctionDataErrorType } from '../../../utils/abi/encodeFunctionData.js';
|
10
10
|
import { type SendCallsErrorType, type SendCallsParameters, type SendCallsReturnType } from './sendCalls.js';
|
11
11
|
export type WriteContractsParameters<contracts extends readonly unknown[] = readonly ContractFunctionParameters[], chain extends Chain | undefined = Chain | undefined, account extends Account | undefined = Account | undefined, chainOverride extends Chain | undefined = Chain | undefined> = Pick<SendCallsParameters<chain, account, chainOverride>, 'capabilities' | 'version'> & {
|
12
12
|
contracts: MulticallContracts<Narrow<contracts>, {
|
@@ -18,7 +18,7 @@ export type WriteContractsErrorType = EncodeFunctionDataErrorType | SendCallsErr
|
|
18
18
|
/**
|
19
19
|
* Requests for the wallet to sign and broadcast a batch of write contract calls (transactions) to the network.
|
20
20
|
*
|
21
|
-
* - Docs: https://viem.sh/experimental/
|
21
|
+
* - Docs: https://viem.sh/experimental/eip5792/writeContracts
|
22
22
|
*
|
23
23
|
* @param client - Client to use
|
24
24
|
* @param parameters - {@link WriteContractsParameters}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"writeContracts.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/actions/writeContracts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAEzD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,KAAK,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC7E,OAAO,KAAK,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAA;AAC5E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AACrE,OAAO,EACL,KAAK,2BAA2B,EAEjC,MAAM,0CAA0C,CAAA;AACjD,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAEzB,MAAM,gBAAgB,CAAA;AAEvB,MAAM,MAAM,wBAAwB,CAClC,SAAS,SAAS,SAAS,OAAO,EAAE,GAAG,SAAS,0BAA0B,EAAE,EAC5E,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,EACzD,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,IACzD,IAAI,CACN,mBAAmB,CAAC,KAAK,EAAE,OAAO,EAAE,aAAa,CAAC,EAClD,cAAc,GAAG,SAAS,CAC3B,GAAG;IACF,SAAS,EAAE,kBAAkB,CAC3B,MAAM,CAAC,SAAS,CAAC,EACjB;QAAE,UAAU,EAAE,kBAAkB,CAAA;KAAE,CACnC,CAAA;CACF,GAAG,mBAAmB,CAAC,OAAO,CAAC,GAC9B,iBAAiB,CAAC,KAAK,EAAE,aAAa,CAAC,CAAA;AAEzC,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,CAAA;AAE1D,MAAM,MAAM,uBAAuB,GAC/B,2BAA2B,GAC3B,kBAAkB,GAClB,SAAS,CAAA;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,wBAAsB,cAAc,CAClC,KAAK,CAAC,SAAS,SAAS,SAAS,OAAO,EAAE,EAC1C,KAAK,SAAS,KAAK,GAAG,SAAS,EAC/B,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,SAAS,EAC/C,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,EAChC,UAAU,EAAE,wBAAwB,CAClC,SAAS,EACT,KAAK,EACL,OAAO,EACP,aAAa,CACd,GACA,OAAO,CAAC,wBAAwB,CAAC,CAenC"}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import type { Client } from '
|
2
|
-
import type { Transport } from '
|
3
|
-
import type { Account, JsonRpcAccount } from '
|
4
|
-
import type { Chain } from '
|
1
|
+
import type { Client } from '../../../clients/createClient.js';
|
2
|
+
import type { Transport } from '../../../clients/transports/createTransport.js';
|
3
|
+
import type { Account, JsonRpcAccount } from '../../../types/account.js';
|
4
|
+
import type { Chain } from '../../../types/chain.js';
|
5
5
|
import { type GetCallsStatusParameters, type GetCallsStatusReturnType } from '../actions/getCallsStatus.js';
|
6
6
|
import { type GetCapabilitiesParameters, type GetCapabilitiesReturnType } from '../actions/getCapabilities.js';
|
7
7
|
import { type SendCallsParameters, type SendCallsReturnType } from '../actions/sendCalls.js';
|
@@ -11,7 +11,7 @@ export type WalletActionsEip5792<chain extends Chain | undefined = Chain | undef
|
|
11
11
|
/**
|
12
12
|
* Returns the status of a call batch that was sent via `sendCalls`.
|
13
13
|
*
|
14
|
-
* - Docs: https://viem.sh/experimental/
|
14
|
+
* - Docs: https://viem.sh/experimental/eip5792/getCallsStatus
|
15
15
|
* - JSON-RPC Methods: [`wallet_getCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
|
16
16
|
*
|
17
17
|
* @param client - Client to use
|
@@ -33,7 +33,7 @@ export type WalletActionsEip5792<chain extends Chain | undefined = Chain | undef
|
|
33
33
|
/**
|
34
34
|
* Extract capabilities that a connected wallet supports (e.g. paymasters, session keys, etc).
|
35
35
|
*
|
36
|
-
* - Docs: https://viem.sh/experimental/
|
36
|
+
* - Docs: https://viem.sh/experimental/eip5792/getCapabilities
|
37
37
|
* - JSON-RPC Methods: [`wallet_getCapabilities`](https://eips.ethereum.org/EIPS/eip-5792)
|
38
38
|
*
|
39
39
|
* @param client - Client to use
|
@@ -57,7 +57,7 @@ export type WalletActionsEip5792<chain extends Chain | undefined = Chain | undef
|
|
57
57
|
/**
|
58
58
|
* Requests the connected wallet to send a batch of calls.
|
59
59
|
*
|
60
|
-
* - Docs: https://viem.sh/experimental/
|
60
|
+
* - Docs: https://viem.sh/experimental/eip5792/sendCalls
|
61
61
|
* - JSON-RPC Methods: [`wallet_sendCalls`](https://eips.ethereum.org/EIPS/eip-5792)
|
62
62
|
*
|
63
63
|
* @param client - Client to use
|
@@ -92,7 +92,7 @@ export type WalletActionsEip5792<chain extends Chain | undefined = Chain | undef
|
|
92
92
|
* Requests for the wallet to show information about a call batch
|
93
93
|
* that was sent via `sendCalls`.
|
94
94
|
*
|
95
|
-
* - Docs: https://viem.sh/experimental/
|
95
|
+
* - Docs: https://viem.sh/experimental/eip5792/showCallsStatus
|
96
96
|
* - JSON-RPC Methods: [`wallet_showCallsStatus`](https://eips.ethereum.org/EIPS/eip-5792)
|
97
97
|
*
|
98
98
|
* @param client - Client to use
|
@@ -114,7 +114,7 @@ export type WalletActionsEip5792<chain extends Chain | undefined = Chain | undef
|
|
114
114
|
/**
|
115
115
|
* Requests for the wallet to sign and broadcast a batch of write contract calls (transactions) to the network.
|
116
116
|
*
|
117
|
-
* - Docs: https://viem.sh/experimental/
|
117
|
+
* - Docs: https://viem.sh/experimental/eip5792/writeContracts
|
118
118
|
*
|
119
119
|
* @param client - Client to use
|
120
120
|
* @param parameters - {@link WriteContractsParameters}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"eip5792.d.ts","sourceRoot":"","sources":["../../../../experimental/eip5792/decorators/eip5792.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAA;AAC/E,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAE9B,MAAM,8BAA8B,CAAA;AACrC,OAAO,EACL,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAE/B,MAAM,+BAA+B,CAAA;AACtC,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAEzB,MAAM,yBAAyB,CAAA;AAChC,OAAO,EACL,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAE/B,MAAM,+BAA+B,CAAA;AACtC,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAE9B,MAAM,8BAA8B,CAAA;AAErC,MAAM,MAAM,oBAAoB,CAC9B,KAAK,SAAS,KAAK,GAAG,SAAS,GAAG,KAAK,GAAG,SAAS,EACnD,OAAO,SAAS,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,IACvD;IACF;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,cAAc,EAAE,CACd,UAAU,EAAE,wBAAwB,KACjC,OAAO,CAAC,wBAAwB,CAAC,CAAA;IACtC;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,eAAe,EAAE,CACf,GAAG,UAAU,EAAE,OAAO,SAAS,cAAc,GACzC,EAAE,GAAG,CAAC,UAAU,EAAE,yBAAyB,CAAC,OAAO,CAAC,CAAC,GACrD,CAAC,UAAU,EAAE,yBAAyB,CAAC,SAAS,CAAC,CAAC,KACnD,OAAO,CAAC,yBAAyB,CAAC,CAAA;IACvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,SAAS,EAAE,CAAC,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAC7D,UAAU,EAAE,mBAAmB,CAAC,KAAK,EAAE,OAAO,EAAE,aAAa,CAAC,KAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAA;IACjC;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,eAAe,EAAE,CACf,UAAU,EAAE,yBAAyB,KAClC,OAAO,CAAC,yBAAyB,CAAC,CAAA;IACvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2CG;IACH,cAAc,EAAE,CACd,KAAK,CAAC,SAAS,SAAS,SAAS,OAAO,EAAE,EAC1C,aAAa,SAAS,KAAK,GAAG,SAAS,GAAG,SAAS,EAEnD,UAAU,EAAE,wBAAwB,CAClC,SAAS,EACT,KAAK,EACL,OAAO,EACP,aAAa,CACd,KACE,OAAO,CAAC,wBAAwB,CAAC,CAAA;CACvC,CAAA;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,oBAAoB,0JAMxB,OAAO,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,KACxC,qBAAqB,KAAK,EAAE,OAAO,CAAC,CAUxC"}
|
@@ -1,7 +1,11 @@
|
|
1
|
-
export { type
|
2
|
-
export { type
|
3
|
-
export { type
|
4
|
-
export { type
|
5
|
-
export { type
|
6
|
-
export { type
|
1
|
+
export { type SignAuthMessageErrorType, type SignAuthMessageParameters, type SignAuthMessageReturnType, signAuthMessage, } from './eip3074/actions/signAuthMessage.js';
|
2
|
+
export { type RecoverAuthMessageAddressParameters, type RecoverAuthMessageAddressReturnType, type RecoverAuthMessageAddressErrorType, recoverAuthMessageAddress, } from './eip3074/utils/recoverAuthMessageAddress.js';
|
3
|
+
export { type VerifyAuthMessageParameters, type VerifyAuthMessageReturnType, type VerifyAuthMessageErrorType, verifyAuthMessage, } from './eip3074/utils/verifyAuthMessage.js';
|
4
|
+
export { type WalletActionsEip3074, walletActionsEip3074, } from './eip3074/decorators/eip3074.js';
|
5
|
+
export { type GetCapabilitiesErrorType, type GetCapabilitiesReturnType, getCapabilities, } from './eip5792/actions/getCapabilities.js';
|
6
|
+
export { type SendCallsErrorType, type SendCallsParameters, type SendCallsReturnType, sendCalls, } from './eip5792/actions/sendCalls.js';
|
7
|
+
export { type GetCallsStatusErrorType, type GetCallsStatusParameters, type GetCallsStatusReturnType, getCallsStatus, } from './eip5792/actions/getCallsStatus.js';
|
8
|
+
export { type ShowCallsStatusErrorType, type ShowCallsStatusParameters, type ShowCallsStatusReturnType, showCallsStatus, } from './eip5792/actions/showCallsStatus.js';
|
9
|
+
export { type WriteContractsErrorType, type WriteContractsParameters, type WriteContractsReturnType, writeContracts, } from './eip5792/actions/writeContracts.js';
|
10
|
+
export { type WalletActionsEip5792, walletActionsEip5792, } from './eip5792/decorators/eip5792.js';
|
7
11
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../experimental/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,eAAe,GAChB,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../experimental/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,eAAe,GAChB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,mCAAmC,EACxC,KAAK,mCAAmC,EACxC,KAAK,kCAAkC,EACvC,yBAAyB,GAC1B,MAAM,8CAA8C,CAAA;AACrD,OAAO,EACL,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,0BAA0B,EAC/B,iBAAiB,GAClB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,oBAAoB,EACzB,oBAAoB,GACrB,MAAM,iCAAiC,CAAA;AAExC,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,eAAe,GAChB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,SAAS,GACV,MAAM,gCAAgC,CAAA;AACvC,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,cAAc,GACf,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAC9B,eAAe,GAChB,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,cAAc,GACf,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,KAAK,oBAAoB,EACzB,oBAAoB,GACrB,MAAM,iCAAiC,CAAA"}
|
@@ -65,19 +65,19 @@ export declare const chainConfig: {
|
|
65
65
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
66
66
|
maxFeePerGas?: `0x${string}` | undefined;
|
67
67
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
68
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
68
69
|
to?: `0x${string}` | null;
|
69
70
|
from?: `0x${string}`;
|
70
71
|
gas?: `0x${string}`;
|
71
72
|
nonce?: `0x${string}`;
|
72
73
|
value?: `0x${string}`;
|
73
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
74
|
-
accessList?: undefined;
|
75
|
-
blobVersionedHashes?: undefined;
|
76
74
|
blockHash?: `0x${string}` | null;
|
77
75
|
blockNumber?: `0x${string}` | null;
|
78
76
|
hash?: `0x${string}`;
|
79
77
|
input?: `0x${string}`;
|
80
78
|
transactionIndex?: `0x${string}` | null;
|
79
|
+
accessList?: undefined;
|
80
|
+
blobVersionedHashes?: undefined;
|
81
81
|
chainId?: `0x${string}` | undefined;
|
82
82
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
83
83
|
r: `0x${string}`;
|
@@ -116,19 +116,19 @@ export declare const chainConfig: {
|
|
116
116
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
117
117
|
maxFeePerGas?: `0x${string}` | undefined;
|
118
118
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
119
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
119
120
|
to?: `0x${string}` | null;
|
120
121
|
from?: `0x${string}`;
|
121
122
|
gas?: `0x${string}`;
|
122
123
|
nonce?: `0x${string}`;
|
123
124
|
value?: `0x${string}`;
|
124
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
125
|
-
accessList?: undefined;
|
126
|
-
blobVersionedHashes?: undefined;
|
127
125
|
blockHash?: `0x${string}` | null;
|
128
126
|
blockNumber?: `0x${string}` | null;
|
129
127
|
hash?: `0x${string}`;
|
130
128
|
input?: `0x${string}`;
|
131
129
|
transactionIndex?: `0x${string}` | null;
|
130
|
+
accessList?: undefined;
|
131
|
+
blobVersionedHashes?: undefined;
|
132
132
|
chainId?: `0x${string}` | undefined;
|
133
133
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
134
134
|
isSystemTx?: boolean | undefined;
|
@@ -144,19 +144,19 @@ export declare const chainConfig: {
|
|
144
144
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
145
145
|
maxFeePerGas?: `0x${string}` | undefined;
|
146
146
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
147
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
147
148
|
to?: `0x${string}` | null;
|
148
149
|
from?: `0x${string}`;
|
149
150
|
gas?: `0x${string}`;
|
150
151
|
nonce?: `0x${string}`;
|
151
152
|
value?: `0x${string}`;
|
152
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
153
|
-
accessList?: import("../index.js").AccessList | undefined;
|
154
|
-
blobVersionedHashes?: undefined;
|
155
153
|
blockHash?: `0x${string}` | null;
|
156
154
|
blockNumber?: `0x${string}` | null;
|
157
155
|
hash?: `0x${string}`;
|
158
156
|
input?: `0x${string}`;
|
159
157
|
transactionIndex?: `0x${string}` | null;
|
158
|
+
accessList?: import("../index.js").AccessList | undefined;
|
159
|
+
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
162
162
|
r: `0x${string}`;
|
@@ -195,19 +195,19 @@ export declare const chainConfig: {
|
|
195
195
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
196
196
|
maxFeePerGas?: `0x${string}` | undefined;
|
197
197
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
198
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
198
199
|
to?: `0x${string}` | null;
|
199
200
|
from?: `0x${string}`;
|
200
201
|
gas?: `0x${string}`;
|
201
202
|
nonce?: `0x${string}`;
|
202
203
|
value?: `0x${string}`;
|
203
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
204
|
-
accessList?: import("../index.js").AccessList | undefined;
|
205
|
-
blobVersionedHashes?: undefined;
|
206
204
|
blockHash?: `0x${string}` | null;
|
207
205
|
blockNumber?: `0x${string}` | null;
|
208
206
|
hash?: `0x${string}`;
|
209
207
|
input?: `0x${string}`;
|
210
208
|
transactionIndex?: `0x${string}` | null;
|
209
|
+
accessList?: import("../index.js").AccessList | undefined;
|
210
|
+
blobVersionedHashes?: undefined;
|
211
211
|
chainId?: `0x${string}` | undefined;
|
212
212
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
213
213
|
blockHash: `0x${string}` | null;
|
@@ -246,19 +246,19 @@ export declare const chainConfig: {
|
|
246
246
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
247
247
|
maxFeePerGas?: `0x${string}` | undefined;
|
248
248
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
249
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
249
250
|
to?: `0x${string}` | null;
|
250
251
|
from?: `0x${string}`;
|
251
252
|
gas?: `0x${string}`;
|
252
253
|
nonce?: `0x${string}`;
|
253
254
|
value?: `0x${string}`;
|
254
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
255
|
-
accessList?: import("../index.js").AccessList | undefined;
|
256
|
-
blobVersionedHashes?: undefined;
|
257
255
|
blockHash?: `0x${string}` | null;
|
258
256
|
blockNumber?: `0x${string}` | null;
|
259
257
|
hash?: `0x${string}`;
|
260
258
|
input?: `0x${string}`;
|
261
259
|
transactionIndex?: `0x${string}` | null;
|
260
|
+
accessList?: import("../index.js").AccessList | undefined;
|
261
|
+
blobVersionedHashes?: undefined;
|
262
262
|
chainId?: `0x${string}` | undefined;
|
263
263
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
264
264
|
blockHash: `0x${string}` | null;
|
@@ -297,19 +297,19 @@ export declare const chainConfig: {
|
|
297
297
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
298
298
|
maxFeePerGas?: `0x${string}` | undefined;
|
299
299
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
300
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
300
301
|
to?: `0x${string}` | null;
|
301
302
|
from?: `0x${string}`;
|
302
303
|
gas?: `0x${string}`;
|
303
304
|
nonce?: `0x${string}`;
|
304
305
|
value?: `0x${string}`;
|
305
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
306
|
-
accessList?: import("../index.js").AccessList | undefined;
|
307
|
-
blobVersionedHashes?: undefined;
|
308
306
|
blockHash?: `0x${string}` | null;
|
309
307
|
blockNumber?: `0x${string}` | null;
|
310
308
|
hash?: `0x${string}`;
|
311
309
|
input?: `0x${string}`;
|
312
310
|
transactionIndex?: `0x${string}` | null;
|
311
|
+
accessList?: import("../index.js").AccessList | undefined;
|
312
|
+
blobVersionedHashes?: undefined;
|
313
313
|
chainId?: `0x${string}` | undefined;
|
314
314
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
315
315
|
isSystemTx?: boolean | undefined;
|
@@ -325,19 +325,19 @@ export declare const chainConfig: {
|
|
325
325
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
326
326
|
maxFeePerGas?: `0x${string}` | undefined;
|
327
327
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
328
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
328
329
|
to?: `0x${string}` | null;
|
329
330
|
from?: `0x${string}`;
|
330
331
|
gas?: `0x${string}`;
|
331
332
|
nonce?: `0x${string}`;
|
332
333
|
value?: `0x${string}`;
|
333
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
334
|
-
accessList?: import("../index.js").AccessList | undefined;
|
335
|
-
blobVersionedHashes?: undefined;
|
336
334
|
blockHash?: `0x${string}` | null;
|
337
335
|
blockNumber?: `0x${string}` | null;
|
338
336
|
hash?: `0x${string}`;
|
339
337
|
input?: `0x${string}`;
|
340
338
|
transactionIndex?: `0x${string}` | null;
|
339
|
+
accessList?: import("../index.js").AccessList | undefined;
|
340
|
+
blobVersionedHashes?: undefined;
|
341
341
|
chainId?: `0x${string}` | undefined;
|
342
342
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
343
343
|
r: `0x${string}`;
|
@@ -376,19 +376,19 @@ export declare const chainConfig: {
|
|
376
376
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
377
377
|
maxFeePerGas?: `0x${string}` | undefined;
|
378
378
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
379
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
379
380
|
to?: `0x${string}` | null;
|
380
381
|
from?: `0x${string}`;
|
381
382
|
gas?: `0x${string}`;
|
382
383
|
nonce?: `0x${string}`;
|
383
384
|
value?: `0x${string}`;
|
384
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
385
|
-
accessList?: import("../index.js").AccessList | undefined;
|
386
|
-
blobVersionedHashes?: undefined;
|
387
385
|
blockHash?: `0x${string}` | null;
|
388
386
|
blockNumber?: `0x${string}` | null;
|
389
387
|
hash?: `0x${string}`;
|
390
388
|
input?: `0x${string}`;
|
391
389
|
transactionIndex?: `0x${string}` | null;
|
390
|
+
accessList?: import("../index.js").AccessList | undefined;
|
391
|
+
blobVersionedHashes?: undefined;
|
392
392
|
chainId?: `0x${string}` | undefined;
|
393
393
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
394
394
|
blockHash: `0x${string}` | null;
|
@@ -427,19 +427,19 @@ export declare const chainConfig: {
|
|
427
427
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
428
428
|
maxFeePerGas?: `0x${string}` | undefined;
|
429
429
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
430
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
430
431
|
to?: `0x${string}` | null;
|
431
432
|
from?: `0x${string}`;
|
432
433
|
gas?: `0x${string}`;
|
433
434
|
nonce?: `0x${string}`;
|
434
435
|
value?: `0x${string}`;
|
435
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
436
|
-
accessList?: import("../index.js").AccessList | undefined;
|
437
|
-
blobVersionedHashes?: undefined;
|
438
436
|
blockHash?: `0x${string}` | null;
|
439
437
|
blockNumber?: `0x${string}` | null;
|
440
438
|
hash?: `0x${string}`;
|
441
439
|
input?: `0x${string}`;
|
442
440
|
transactionIndex?: `0x${string}` | null;
|
441
|
+
accessList?: import("../index.js").AccessList | undefined;
|
442
|
+
blobVersionedHashes?: undefined;
|
443
443
|
chainId?: `0x${string}` | undefined;
|
444
444
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
445
445
|
blockHash: `0x${string}` | null;
|
@@ -478,19 +478,19 @@ export declare const chainConfig: {
|
|
478
478
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
479
479
|
maxFeePerGas?: `0x${string}` | undefined;
|
480
480
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
481
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
481
482
|
to?: `0x${string}` | null;
|
482
483
|
from?: `0x${string}`;
|
483
484
|
gas?: `0x${string}`;
|
484
485
|
nonce?: `0x${string}`;
|
485
486
|
value?: `0x${string}`;
|
486
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
487
|
-
accessList?: import("../index.js").AccessList | undefined;
|
488
|
-
blobVersionedHashes?: undefined;
|
489
487
|
blockHash?: `0x${string}` | null;
|
490
488
|
blockNumber?: `0x${string}` | null;
|
491
489
|
hash?: `0x${string}`;
|
492
490
|
input?: `0x${string}`;
|
493
491
|
transactionIndex?: `0x${string}` | null;
|
492
|
+
accessList?: import("../index.js").AccessList | undefined;
|
493
|
+
blobVersionedHashes?: undefined;
|
494
494
|
chainId?: `0x${string}` | undefined;
|
495
495
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
496
496
|
isSystemTx?: boolean | undefined;
|
@@ -506,19 +506,19 @@ export declare const chainConfig: {
|
|
506
506
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
507
507
|
maxFeePerGas?: `0x${string}` | undefined;
|
508
508
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
509
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
509
510
|
to?: `0x${string}` | null;
|
510
511
|
from?: `0x${string}`;
|
511
512
|
gas?: `0x${string}`;
|
512
513
|
nonce?: `0x${string}`;
|
513
514
|
value?: `0x${string}`;
|
514
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
515
|
-
accessList?: import("../index.js").AccessList | undefined;
|
516
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
517
515
|
blockHash?: `0x${string}` | null;
|
518
516
|
blockNumber?: `0x${string}` | null;
|
519
517
|
hash?: `0x${string}`;
|
520
518
|
input?: `0x${string}`;
|
521
519
|
transactionIndex?: `0x${string}` | null;
|
520
|
+
accessList?: import("../index.js").AccessList | undefined;
|
521
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
524
524
|
r: `0x${string}`;
|
@@ -557,19 +557,19 @@ export declare const chainConfig: {
|
|
557
557
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
558
558
|
maxFeePerGas?: `0x${string}` | undefined;
|
559
559
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
560
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
560
561
|
to?: `0x${string}` | null;
|
561
562
|
from?: `0x${string}`;
|
562
563
|
gas?: `0x${string}`;
|
563
564
|
nonce?: `0x${string}`;
|
564
565
|
value?: `0x${string}`;
|
565
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
566
|
-
accessList?: import("../index.js").AccessList | undefined;
|
567
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
568
566
|
blockHash?: `0x${string}` | null;
|
569
567
|
blockNumber?: `0x${string}` | null;
|
570
568
|
hash?: `0x${string}`;
|
571
569
|
input?: `0x${string}`;
|
572
570
|
transactionIndex?: `0x${string}` | null;
|
571
|
+
accessList?: import("../index.js").AccessList | undefined;
|
572
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
573
573
|
chainId?: `0x${string}` | undefined;
|
574
574
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
575
575
|
blockHash: `0x${string}` | null;
|
@@ -608,19 +608,19 @@ export declare const chainConfig: {
|
|
608
608
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
609
609
|
maxFeePerGas?: `0x${string}` | undefined;
|
610
610
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
611
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
611
612
|
to?: `0x${string}` | null;
|
612
613
|
from?: `0x${string}`;
|
613
614
|
gas?: `0x${string}`;
|
614
615
|
nonce?: `0x${string}`;
|
615
616
|
value?: `0x${string}`;
|
616
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
617
|
-
accessList?: import("../index.js").AccessList | undefined;
|
618
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
619
617
|
blockHash?: `0x${string}` | null;
|
620
618
|
blockNumber?: `0x${string}` | null;
|
621
619
|
hash?: `0x${string}`;
|
622
620
|
input?: `0x${string}`;
|
623
621
|
transactionIndex?: `0x${string}` | null;
|
622
|
+
accessList?: import("../index.js").AccessList | undefined;
|
623
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
624
624
|
chainId?: `0x${string}` | undefined;
|
625
625
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
626
626
|
blockHash: `0x${string}` | null;
|
@@ -659,19 +659,19 @@ export declare const chainConfig: {
|
|
659
659
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
660
660
|
maxFeePerGas?: `0x${string}` | undefined;
|
661
661
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
662
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
662
663
|
to?: `0x${string}` | null;
|
663
664
|
from?: `0x${string}`;
|
664
665
|
gas?: `0x${string}`;
|
665
666
|
nonce?: `0x${string}`;
|
666
667
|
value?: `0x${string}`;
|
667
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
668
|
-
accessList?: import("../index.js").AccessList | undefined;
|
669
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
670
668
|
blockHash?: `0x${string}` | null;
|
671
669
|
blockNumber?: `0x${string}` | null;
|
672
670
|
hash?: `0x${string}`;
|
673
671
|
input?: `0x${string}`;
|
674
672
|
transactionIndex?: `0x${string}` | null;
|
673
|
+
accessList?: import("../index.js").AccessList | undefined;
|
674
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
675
675
|
chainId?: `0x${string}` | undefined;
|
676
676
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
677
677
|
blockHash: `0x${string}` | null;
|
@@ -710,19 +710,19 @@ export declare const chainConfig: {
|
|
710
710
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
711
711
|
maxFeePerGas?: `0x${string}` | undefined;
|
712
712
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
713
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
713
714
|
to?: `0x${string}` | null;
|
714
715
|
from?: `0x${string}`;
|
715
716
|
gas?: `0x${string}`;
|
716
717
|
nonce?: `0x${string}`;
|
717
718
|
value?: `0x${string}`;
|
718
|
-
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
719
|
-
accessList?: import("../index.js").AccessList | undefined;
|
720
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
721
719
|
blockHash?: `0x${string}` | null;
|
722
720
|
blockNumber?: `0x${string}` | null;
|
723
721
|
hash?: `0x${string}`;
|
724
722
|
input?: `0x${string}`;
|
725
723
|
transactionIndex?: `0x${string}` | null;
|
724
|
+
accessList?: import("../index.js").AccessList | undefined;
|
725
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
727
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
728
728
|
isSystemTx?: boolean | undefined;
|