viem 2.0.0-alpha.1 → 2.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/{abi.js → abi/index.js} +9 -9
- package/_cjs/abi/index.js.map +1 -0
- package/_cjs/actions/public/estimateFeesPerGas.js +3 -2
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js +9 -4
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +21 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -0
- package/_cjs/chains/definitions/kroma.js +26 -0
- package/_cjs/chains/definitions/kroma.js.map +1 -0
- package/_cjs/chains/definitions/kromaSepolia.js +26 -0
- package/_cjs/chains/definitions/kromaSepolia.js.map +1 -0
- package/_cjs/chains/index.js +8 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/clients/decorators/wallet.js.map +1 -1
- package/_cjs/{contract.js → contract/index.js} +25 -25
- package/_cjs/contract/index.js.map +1 -0
- package/_cjs/{ens.js → ens/index.js} +9 -9
- package/_cjs/ens/index.js.map +1 -0
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/{public.js → public/index.js} +29 -29
- package/_cjs/public/index.js.map +1 -0
- package/_cjs/{test.js → test/index.js} +29 -29
- package/_cjs/test/index.js.map +1 -0
- package/_cjs/types/eip1193.js.map +1 -1
- package/_cjs/utils/rpc.js +6 -3
- package/_cjs/utils/rpc.js.map +1 -1
- package/_cjs/{wallet.js → wallet/index.js} +11 -11
- package/_cjs/wallet/index.js.map +1 -0
- package/_cjs/{window.js → window/index.js} +2 -2
- package/_cjs/window/index.js.map +1 -0
- package/_esm/abi/index.js +7 -0
- package/_esm/abi/index.js.map +1 -0
- package/_esm/actions/public/estimateFeesPerGas.js +3 -2
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/multicall.js.map +1 -1
- package/_esm/actions/public/readContract.js.map +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +9 -4
- package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +18 -0
- package/_esm/chains/definitions/holesky.js.map +1 -0
- package/_esm/chains/definitions/kroma.js +23 -0
- package/_esm/chains/definitions/kroma.js.map +1 -0
- package/_esm/chains/definitions/kromaSepolia.js +23 -0
- package/_esm/chains/definitions/kromaSepolia.js.map +1 -0
- package/_esm/chains/index.js +3 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/clients/decorators/wallet.js.map +1 -1
- package/_esm/contract/index.js +26 -0
- package/_esm/contract/index.js.map +1 -0
- package/_esm/ens/index.js +9 -0
- package/_esm/ens/index.js.map +1 -0
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/public/index.js +30 -0
- package/_esm/public/index.js.map +1 -0
- package/_esm/test/index.js +30 -0
- package/_esm/test/index.js.map +1 -0
- package/_esm/types/eip1193.js.map +1 -1
- package/_esm/utils/rpc.js +6 -2
- package/_esm/utils/rpc.js.map +1 -1
- package/_esm/wallet/index.js +12 -0
- package/_esm/wallet/index.js.map +1 -0
- package/_esm/window/index.js +2 -0
- package/_esm/window/index.js.map +1 -0
- package/_types/{abi.d.ts → abi/index.d.ts} +5 -5
- package/_types/abi/index.d.ts.map +1 -0
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/multicall.d.ts +1 -1
- package/_types/actions/public/multicall.d.ts.map +1 -1
- package/_types/actions/public/readContract.d.ts +2 -1
- package/_types/actions/public/readContract.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +1 -1
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +3 -3
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +57 -57
- package/_types/chains/definitions/base.d.ts +171 -171
- package/_types/chains/definitions/baseGoerli.d.ts +171 -171
- package/_types/chains/definitions/celo.d.ts +171 -171
- package/_types/chains/definitions/celoAlfajores.d.ts +171 -171
- package/_types/chains/definitions/celoCannoli.d.ts +171 -171
- package/_types/chains/definitions/holesky.d.ts +24 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -0
- package/_types/chains/definitions/kroma.d.ts +29 -0
- package/_types/chains/definitions/kroma.d.ts.map +1 -0
- package/_types/chains/definitions/kromaSepolia.d.ts +29 -0
- package/_types/chains/definitions/kromaSepolia.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +171 -171
- package/_types/chains/definitions/optimismGoerli.d.ts +171 -171
- package/_types/chains/definitions/zora.d.ts +171 -171
- package/_types/chains/definitions/zoraTestnet.d.ts +171 -171
- package/_types/chains/index.d.ts +4 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/optimism/formatters.d.ts +57 -57
- package/_types/clients/transports/webSocket.d.ts +2 -1
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/{contract.d.ts → contract/index.d.ts} +26 -26
- package/_types/contract/index.d.ts.map +1 -0
- package/_types/ens/index.d.ts +9 -0
- package/_types/ens/index.d.ts.map +1 -0
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/index.d.ts +1 -1
- package/_types/index.d.ts.map +1 -1
- package/_types/public/index.d.ts +33 -0
- package/_types/public/index.d.ts.map +1 -0
- package/_types/test/index.d.ts +29 -0
- package/_types/test/index.d.ts.map +1 -0
- package/_types/types/contract.d.ts +1 -1
- package/_types/types/contract.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +2 -2
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/multicall.d.ts +10 -4
- package/_types/types/multicall.d.ts.map +1 -1
- package/_types/types/typedData.d.ts +2 -2
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/types/utils.d.ts +12 -8
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +3 -3
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/_types/utils/rpc.d.ts +3 -3
- package/_types/utils/rpc.d.ts.map +1 -1
- package/_types/wallet/index.d.ts +11 -0
- package/_types/wallet/index.d.ts.map +1 -0
- package/_types/window/index.d.ts +2 -0
- package/_types/window/index.d.ts.map +1 -0
- package/{abi.ts → abi/index.ts} +15 -13
- package/abi/package.json +6 -0
- package/accounts/package.json +6 -0
- package/actions/package.json +6 -0
- package/actions/public/estimateFeesPerGas.ts +3 -2
- package/actions/public/multicall.ts +2 -2
- package/actions/public/readContract.ts +4 -1
- package/actions/public/waitForTransactionReceipt.ts +13 -4
- package/actions/wallet/signTypedData.ts +4 -2
- package/actions/wallet/writeContract.ts +30 -23
- package/chains/definitions/holesky.ts +18 -0
- package/chains/definitions/kroma.ts +23 -0
- package/chains/definitions/kromaSepolia.ts +23 -0
- package/chains/index.ts +4 -1
- package/chains/package.json +6 -0
- package/chains/utils/package.json +6 -0
- package/clients/decorators/wallet.ts +1 -1
- package/clients/package.json +6 -0
- package/clients/transports/webSocket.ts +1 -1
- package/{contract.ts → contract/index.ts} +27 -25
- package/contract/package.json +6 -0
- package/{ens.ts → ens/index.ts} +8 -8
- package/ens/package.json +6 -0
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +32 -31
- package/{public.ts → public/index.ts} +30 -28
- package/public/package.json +6 -0
- package/test/index.ts +85 -0
- package/test/package.json +6 -0
- package/types/contract.ts +1 -1
- package/types/eip1193.ts +5 -3
- package/types/multicall.ts +41 -22
- package/types/typedData.ts +3 -2
- package/types/utils.ts +32 -11
- package/utils/formatters/transaction.ts +2 -2
- package/utils/package.json +6 -0
- package/utils/rpc.ts +6 -3
- package/{wallet.ts → wallet/index.ts} +15 -10
- package/wallet/package.json +6 -0
- package/window/index.ts +1 -0
- package/window/package.json +6 -0
- package/_cjs/abi.js.map +0 -1
- package/_cjs/contract.js.map +0 -1
- package/_cjs/ens.js.map +0 -1
- package/_cjs/public.js.map +0 -1
- package/_cjs/test.js.map +0 -1
- package/_cjs/wallet.js.map +0 -1
- package/_cjs/window.js.map +0 -1
- package/_esm/abi.js +0 -6
- package/_esm/abi.js.map +0 -1
- package/_esm/contract.js +0 -25
- package/_esm/contract.js.map +0 -1
- package/_esm/ens.js +0 -9
- package/_esm/ens.js.map +0 -1
- package/_esm/public.js +0 -29
- package/_esm/public.js.map +0 -1
- package/_esm/test.js +0 -29
- package/_esm/test.js.map +0 -1
- package/_esm/wallet.js +0 -11
- package/_esm/wallet.js.map +0 -1
- package/_esm/window.js +0 -2
- package/_esm/window.js.map +0 -1
- package/_types/abi.d.ts.map +0 -1
- package/_types/contract.d.ts.map +0 -1
- package/_types/ens.d.ts +0 -9
- package/_types/ens.d.ts.map +0 -1
- package/_types/public.d.ts +0 -33
- package/_types/public.d.ts.map +0 -1
- package/_types/test.d.ts +0 -29
- package/_types/test.d.ts.map +0 -1
- package/_types/wallet.d.ts +0 -11
- package/_types/wallet.d.ts.map +0 -1
- package/_types/window.d.ts +0 -2
- package/_types/window.d.ts.map +0 -1
- package/test.ts +0 -83
- package/window.ts +0 -1
@@ -74,10 +74,14 @@ export declare const optimism: {
|
|
74
74
|
exclude: [] | undefined;
|
75
75
|
format: (args: ({
|
76
76
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
77
|
+
gas?: `0x${string}` | undefined;
|
78
|
+
value?: `0x${string}` | undefined;
|
79
|
+
gasPrice?: `0x${string}` | undefined;
|
80
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
81
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
77
82
|
blockHash?: `0x${string}` | null | undefined;
|
78
83
|
blockNumber?: `0x${string}` | null | undefined;
|
79
84
|
from?: `0x${string}` | undefined;
|
80
|
-
gas?: `0x${string}` | undefined;
|
81
85
|
hash?: `0x${string}` | undefined;
|
82
86
|
input?: `0x${string}` | undefined;
|
83
87
|
nonce?: `0x${string}` | undefined;
|
@@ -86,22 +90,22 @@ export declare const optimism: {
|
|
86
90
|
to?: `0x${string}` | null | undefined;
|
87
91
|
transactionIndex?: `0x${string}` | null | undefined;
|
88
92
|
v?: `0x${string}` | undefined;
|
89
|
-
value?: `0x${string}` | undefined;
|
90
|
-
gasPrice?: `0x${string}` | undefined;
|
91
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
92
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
93
93
|
accessList?: undefined;
|
94
94
|
chainId?: `0x${string}` | undefined;
|
95
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
95
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
96
96
|
isSystemTx?: undefined;
|
97
97
|
mint?: undefined;
|
98
98
|
sourceHash?: undefined;
|
99
99
|
}) | ({
|
100
100
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
101
|
+
gas?: `0x${string}` | undefined;
|
102
|
+
value?: `0x${string}` | undefined;
|
103
|
+
gasPrice?: `0x${string}` | undefined;
|
104
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
105
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
101
106
|
blockHash?: `0x${string}` | null | undefined;
|
102
107
|
blockNumber?: `0x${string}` | null | undefined;
|
103
108
|
from?: `0x${string}` | undefined;
|
104
|
-
gas?: `0x${string}` | undefined;
|
105
109
|
hash?: `0x${string}` | undefined;
|
106
110
|
input?: `0x${string}` | undefined;
|
107
111
|
nonce?: `0x${string}` | undefined;
|
@@ -110,10 +114,6 @@ export declare const optimism: {
|
|
110
114
|
to?: `0x${string}` | null | undefined;
|
111
115
|
transactionIndex?: `0x${string}` | null | undefined;
|
112
116
|
v?: `0x${string}` | undefined;
|
113
|
-
value?: `0x${string}` | undefined;
|
114
|
-
gasPrice?: `0x${string}` | undefined;
|
115
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
116
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
117
117
|
accessList?: undefined;
|
118
118
|
chainId?: `0x${string}` | undefined;
|
119
119
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -123,10 +123,14 @@ export declare const optimism: {
|
|
123
123
|
type: "0x7e";
|
124
124
|
}) | ({
|
125
125
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
126
|
+
gas?: `0x${string}` | undefined;
|
127
|
+
value?: `0x${string}` | undefined;
|
128
|
+
gasPrice?: `0x${string}` | undefined;
|
129
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
130
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
126
131
|
blockHash?: `0x${string}` | null | undefined;
|
127
132
|
blockNumber?: `0x${string}` | null | undefined;
|
128
133
|
from?: `0x${string}` | undefined;
|
129
|
-
gas?: `0x${string}` | undefined;
|
130
134
|
hash?: `0x${string}` | undefined;
|
131
135
|
input?: `0x${string}` | undefined;
|
132
136
|
nonce?: `0x${string}` | undefined;
|
@@ -135,22 +139,22 @@ export declare const optimism: {
|
|
135
139
|
to?: `0x${string}` | null | undefined;
|
136
140
|
transactionIndex?: `0x${string}` | null | undefined;
|
137
141
|
v?: `0x${string}` | undefined;
|
138
|
-
value?: `0x${string}` | undefined;
|
139
|
-
gasPrice?: `0x${string}` | undefined;
|
140
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
141
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
142
142
|
accessList?: import("../../index.js").AccessList | undefined;
|
143
143
|
chainId?: `0x${string}` | undefined;
|
144
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
144
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
145
145
|
isSystemTx?: undefined;
|
146
146
|
mint?: undefined;
|
147
147
|
sourceHash?: undefined;
|
148
148
|
}) | ({
|
149
149
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
150
|
+
gas?: `0x${string}` | undefined;
|
151
|
+
value?: `0x${string}` | undefined;
|
152
|
+
gasPrice?: `0x${string}` | undefined;
|
153
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
154
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
150
155
|
blockHash?: `0x${string}` | null | undefined;
|
151
156
|
blockNumber?: `0x${string}` | null | undefined;
|
152
157
|
from?: `0x${string}` | undefined;
|
153
|
-
gas?: `0x${string}` | undefined;
|
154
158
|
hash?: `0x${string}` | undefined;
|
155
159
|
input?: `0x${string}` | undefined;
|
156
160
|
nonce?: `0x${string}` | undefined;
|
@@ -159,22 +163,22 @@ export declare const optimism: {
|
|
159
163
|
to?: `0x${string}` | null | undefined;
|
160
164
|
transactionIndex?: `0x${string}` | null | undefined;
|
161
165
|
v?: `0x${string}` | undefined;
|
162
|
-
value?: `0x${string}` | undefined;
|
163
|
-
gasPrice?: `0x${string}` | undefined;
|
164
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
165
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
166
166
|
accessList?: import("../../index.js").AccessList | undefined;
|
167
167
|
chainId?: `0x${string}` | undefined;
|
168
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
168
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
169
169
|
isSystemTx?: undefined;
|
170
170
|
mint?: undefined;
|
171
171
|
sourceHash?: undefined;
|
172
172
|
}) | ({
|
173
173
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
174
|
+
gas?: `0x${string}` | undefined;
|
175
|
+
value?: `0x${string}` | undefined;
|
176
|
+
gasPrice?: `0x${string}` | undefined;
|
177
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
178
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
174
179
|
blockHash?: `0x${string}` | null | undefined;
|
175
180
|
blockNumber?: `0x${string}` | null | undefined;
|
176
181
|
from?: `0x${string}` | undefined;
|
177
|
-
gas?: `0x${string}` | undefined;
|
178
182
|
hash?: `0x${string}` | undefined;
|
179
183
|
input?: `0x${string}` | undefined;
|
180
184
|
nonce?: `0x${string}` | undefined;
|
@@ -183,22 +187,22 @@ export declare const optimism: {
|
|
183
187
|
to?: `0x${string}` | null | undefined;
|
184
188
|
transactionIndex?: `0x${string}` | null | undefined;
|
185
189
|
v?: `0x${string}` | undefined;
|
186
|
-
value?: `0x${string}` | undefined;
|
187
|
-
gasPrice?: `0x${string}` | undefined;
|
188
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
189
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
190
190
|
accessList?: import("../../index.js").AccessList | undefined;
|
191
191
|
chainId?: `0x${string}` | undefined;
|
192
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
192
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
193
193
|
isSystemTx?: undefined;
|
194
194
|
mint?: undefined;
|
195
195
|
sourceHash?: undefined;
|
196
196
|
}) | ({
|
197
197
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
198
|
+
gas?: `0x${string}` | undefined;
|
199
|
+
value?: `0x${string}` | undefined;
|
200
|
+
gasPrice?: `0x${string}` | undefined;
|
201
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
202
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
198
203
|
blockHash?: `0x${string}` | null | undefined;
|
199
204
|
blockNumber?: `0x${string}` | null | undefined;
|
200
205
|
from?: `0x${string}` | undefined;
|
201
|
-
gas?: `0x${string}` | undefined;
|
202
206
|
hash?: `0x${string}` | undefined;
|
203
207
|
input?: `0x${string}` | undefined;
|
204
208
|
nonce?: `0x${string}` | undefined;
|
@@ -207,10 +211,6 @@ export declare const optimism: {
|
|
207
211
|
to?: `0x${string}` | null | undefined;
|
208
212
|
transactionIndex?: `0x${string}` | null | undefined;
|
209
213
|
v?: `0x${string}` | undefined;
|
210
|
-
value?: `0x${string}` | undefined;
|
211
|
-
gasPrice?: `0x${string}` | undefined;
|
212
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
213
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
214
214
|
accessList?: import("../../index.js").AccessList | undefined;
|
215
215
|
chainId?: `0x${string}` | undefined;
|
216
216
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -220,10 +220,14 @@ export declare const optimism: {
|
|
220
220
|
type: "0x7e";
|
221
221
|
}) | ({
|
222
222
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
223
|
+
gas?: `0x${string}` | undefined;
|
224
|
+
value?: `0x${string}` | undefined;
|
225
|
+
gasPrice?: `0x${string}` | undefined;
|
226
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
227
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
223
228
|
blockHash?: `0x${string}` | null | undefined;
|
224
229
|
blockNumber?: `0x${string}` | null | undefined;
|
225
230
|
from?: `0x${string}` | undefined;
|
226
|
-
gas?: `0x${string}` | undefined;
|
227
231
|
hash?: `0x${string}` | undefined;
|
228
232
|
input?: `0x${string}` | undefined;
|
229
233
|
nonce?: `0x${string}` | undefined;
|
@@ -232,22 +236,22 @@ export declare const optimism: {
|
|
232
236
|
to?: `0x${string}` | null | undefined;
|
233
237
|
transactionIndex?: `0x${string}` | null | undefined;
|
234
238
|
v?: `0x${string}` | undefined;
|
235
|
-
value?: `0x${string}` | undefined;
|
236
|
-
gasPrice?: `0x${string}` | undefined;
|
237
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
238
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
239
239
|
accessList?: import("../../index.js").AccessList | undefined;
|
240
240
|
chainId?: `0x${string}` | undefined;
|
241
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
241
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
242
242
|
isSystemTx?: undefined;
|
243
243
|
mint?: undefined;
|
244
244
|
sourceHash?: undefined;
|
245
245
|
}) | ({
|
246
246
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
247
|
+
gas?: `0x${string}` | undefined;
|
248
|
+
value?: `0x${string}` | undefined;
|
249
|
+
gasPrice?: `0x${string}` | undefined;
|
250
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
251
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
247
252
|
blockHash?: `0x${string}` | null | undefined;
|
248
253
|
blockNumber?: `0x${string}` | null | undefined;
|
249
254
|
from?: `0x${string}` | undefined;
|
250
|
-
gas?: `0x${string}` | undefined;
|
251
255
|
hash?: `0x${string}` | undefined;
|
252
256
|
input?: `0x${string}` | undefined;
|
253
257
|
nonce?: `0x${string}` | undefined;
|
@@ -256,22 +260,22 @@ export declare const optimism: {
|
|
256
260
|
to?: `0x${string}` | null | undefined;
|
257
261
|
transactionIndex?: `0x${string}` | null | undefined;
|
258
262
|
v?: `0x${string}` | undefined;
|
259
|
-
value?: `0x${string}` | undefined;
|
260
|
-
gasPrice?: `0x${string}` | undefined;
|
261
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
262
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
263
263
|
accessList?: import("../../index.js").AccessList | undefined;
|
264
264
|
chainId?: `0x${string}` | undefined;
|
265
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
265
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
266
266
|
isSystemTx?: undefined;
|
267
267
|
mint?: undefined;
|
268
268
|
sourceHash?: undefined;
|
269
269
|
}) | ({
|
270
270
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
271
|
+
gas?: `0x${string}` | undefined;
|
272
|
+
value?: `0x${string}` | undefined;
|
273
|
+
gasPrice?: `0x${string}` | undefined;
|
274
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
275
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
271
276
|
blockHash?: `0x${string}` | null | undefined;
|
272
277
|
blockNumber?: `0x${string}` | null | undefined;
|
273
278
|
from?: `0x${string}` | undefined;
|
274
|
-
gas?: `0x${string}` | undefined;
|
275
279
|
hash?: `0x${string}` | undefined;
|
276
280
|
input?: `0x${string}` | undefined;
|
277
281
|
nonce?: `0x${string}` | undefined;
|
@@ -280,22 +284,22 @@ export declare const optimism: {
|
|
280
284
|
to?: `0x${string}` | null | undefined;
|
281
285
|
transactionIndex?: `0x${string}` | null | undefined;
|
282
286
|
v?: `0x${string}` | undefined;
|
283
|
-
value?: `0x${string}` | undefined;
|
284
|
-
gasPrice?: `0x${string}` | undefined;
|
285
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
286
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
287
287
|
accessList?: import("../../index.js").AccessList | undefined;
|
288
288
|
chainId?: `0x${string}` | undefined;
|
289
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
289
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
290
290
|
isSystemTx?: undefined;
|
291
291
|
mint?: undefined;
|
292
292
|
sourceHash?: undefined;
|
293
293
|
}) | ({
|
294
294
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
295
|
+
gas?: `0x${string}` | undefined;
|
296
|
+
value?: `0x${string}` | undefined;
|
297
|
+
gasPrice?: `0x${string}` | undefined;
|
298
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
299
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
295
300
|
blockHash?: `0x${string}` | null | undefined;
|
296
301
|
blockNumber?: `0x${string}` | null | undefined;
|
297
302
|
from?: `0x${string}` | undefined;
|
298
|
-
gas?: `0x${string}` | undefined;
|
299
303
|
hash?: `0x${string}` | undefined;
|
300
304
|
input?: `0x${string}` | undefined;
|
301
305
|
nonce?: `0x${string}` | undefined;
|
@@ -304,10 +308,6 @@ export declare const optimism: {
|
|
304
308
|
to?: `0x${string}` | null | undefined;
|
305
309
|
transactionIndex?: `0x${string}` | null | undefined;
|
306
310
|
v?: `0x${string}` | undefined;
|
307
|
-
value?: `0x${string}` | undefined;
|
308
|
-
gasPrice?: `0x${string}` | undefined;
|
309
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
310
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
311
311
|
accessList?: import("../../index.js").AccessList | undefined;
|
312
312
|
chainId?: `0x${string}` | undefined;
|
313
313
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -570,10 +570,14 @@ export declare const optimism: {
|
|
570
570
|
exclude: [] | undefined;
|
571
571
|
format: (args: ({
|
572
572
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
573
|
+
gas?: `0x${string}` | undefined;
|
574
|
+
value?: `0x${string}` | undefined;
|
575
|
+
gasPrice?: `0x${string}` | undefined;
|
576
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
577
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
573
578
|
blockHash?: `0x${string}` | null | undefined;
|
574
579
|
blockNumber?: `0x${string}` | null | undefined;
|
575
580
|
from?: `0x${string}` | undefined;
|
576
|
-
gas?: `0x${string}` | undefined;
|
577
581
|
hash?: `0x${string}` | undefined;
|
578
582
|
input?: `0x${string}` | undefined;
|
579
583
|
nonce?: `0x${string}` | undefined;
|
@@ -582,22 +586,22 @@ export declare const optimism: {
|
|
582
586
|
to?: `0x${string}` | null | undefined;
|
583
587
|
transactionIndex?: `0x${string}` | null | undefined;
|
584
588
|
v?: `0x${string}` | undefined;
|
585
|
-
value?: `0x${string}` | undefined;
|
586
|
-
gasPrice?: `0x${string}` | undefined;
|
587
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
588
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
589
589
|
accessList?: undefined;
|
590
590
|
chainId?: `0x${string}` | undefined;
|
591
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
591
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
592
592
|
isSystemTx?: undefined;
|
593
593
|
mint?: undefined;
|
594
594
|
sourceHash?: undefined;
|
595
595
|
}) | ({
|
596
596
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
597
|
+
gas?: `0x${string}` | undefined;
|
598
|
+
value?: `0x${string}` | undefined;
|
599
|
+
gasPrice?: `0x${string}` | undefined;
|
600
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
601
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
597
602
|
blockHash?: `0x${string}` | null | undefined;
|
598
603
|
blockNumber?: `0x${string}` | null | undefined;
|
599
604
|
from?: `0x${string}` | undefined;
|
600
|
-
gas?: `0x${string}` | undefined;
|
601
605
|
hash?: `0x${string}` | undefined;
|
602
606
|
input?: `0x${string}` | undefined;
|
603
607
|
nonce?: `0x${string}` | undefined;
|
@@ -606,10 +610,6 @@ export declare const optimism: {
|
|
606
610
|
to?: `0x${string}` | null | undefined;
|
607
611
|
transactionIndex?: `0x${string}` | null | undefined;
|
608
612
|
v?: `0x${string}` | undefined;
|
609
|
-
value?: `0x${string}` | undefined;
|
610
|
-
gasPrice?: `0x${string}` | undefined;
|
611
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
612
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
613
613
|
accessList?: undefined;
|
614
614
|
chainId?: `0x${string}` | undefined;
|
615
615
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -619,10 +619,14 @@ export declare const optimism: {
|
|
619
619
|
type: "0x7e";
|
620
620
|
}) | ({
|
621
621
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
622
|
+
gas?: `0x${string}` | undefined;
|
623
|
+
value?: `0x${string}` | undefined;
|
624
|
+
gasPrice?: `0x${string}` | undefined;
|
625
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
626
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
622
627
|
blockHash?: `0x${string}` | null | undefined;
|
623
628
|
blockNumber?: `0x${string}` | null | undefined;
|
624
629
|
from?: `0x${string}` | undefined;
|
625
|
-
gas?: `0x${string}` | undefined;
|
626
630
|
hash?: `0x${string}` | undefined;
|
627
631
|
input?: `0x${string}` | undefined;
|
628
632
|
nonce?: `0x${string}` | undefined;
|
@@ -631,22 +635,22 @@ export declare const optimism: {
|
|
631
635
|
to?: `0x${string}` | null | undefined;
|
632
636
|
transactionIndex?: `0x${string}` | null | undefined;
|
633
637
|
v?: `0x${string}` | undefined;
|
634
|
-
value?: `0x${string}` | undefined;
|
635
|
-
gasPrice?: `0x${string}` | undefined;
|
636
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
637
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
638
638
|
accessList?: import("../../index.js").AccessList | undefined;
|
639
639
|
chainId?: `0x${string}` | undefined;
|
640
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
640
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
641
641
|
isSystemTx?: undefined;
|
642
642
|
mint?: undefined;
|
643
643
|
sourceHash?: undefined;
|
644
644
|
}) | ({
|
645
645
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
646
|
+
gas?: `0x${string}` | undefined;
|
647
|
+
value?: `0x${string}` | undefined;
|
648
|
+
gasPrice?: `0x${string}` | undefined;
|
649
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
650
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
646
651
|
blockHash?: `0x${string}` | null | undefined;
|
647
652
|
blockNumber?: `0x${string}` | null | undefined;
|
648
653
|
from?: `0x${string}` | undefined;
|
649
|
-
gas?: `0x${string}` | undefined;
|
650
654
|
hash?: `0x${string}` | undefined;
|
651
655
|
input?: `0x${string}` | undefined;
|
652
656
|
nonce?: `0x${string}` | undefined;
|
@@ -655,22 +659,22 @@ export declare const optimism: {
|
|
655
659
|
to?: `0x${string}` | null | undefined;
|
656
660
|
transactionIndex?: `0x${string}` | null | undefined;
|
657
661
|
v?: `0x${string}` | undefined;
|
658
|
-
value?: `0x${string}` | undefined;
|
659
|
-
gasPrice?: `0x${string}` | undefined;
|
660
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
661
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
662
662
|
accessList?: import("../../index.js").AccessList | undefined;
|
663
663
|
chainId?: `0x${string}` | undefined;
|
664
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
664
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
665
665
|
isSystemTx?: undefined;
|
666
666
|
mint?: undefined;
|
667
667
|
sourceHash?: undefined;
|
668
668
|
}) | ({
|
669
669
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
670
|
+
gas?: `0x${string}` | undefined;
|
671
|
+
value?: `0x${string}` | undefined;
|
672
|
+
gasPrice?: `0x${string}` | undefined;
|
673
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
674
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
670
675
|
blockHash?: `0x${string}` | null | undefined;
|
671
676
|
blockNumber?: `0x${string}` | null | undefined;
|
672
677
|
from?: `0x${string}` | undefined;
|
673
|
-
gas?: `0x${string}` | undefined;
|
674
678
|
hash?: `0x${string}` | undefined;
|
675
679
|
input?: `0x${string}` | undefined;
|
676
680
|
nonce?: `0x${string}` | undefined;
|
@@ -679,22 +683,22 @@ export declare const optimism: {
|
|
679
683
|
to?: `0x${string}` | null | undefined;
|
680
684
|
transactionIndex?: `0x${string}` | null | undefined;
|
681
685
|
v?: `0x${string}` | undefined;
|
682
|
-
value?: `0x${string}` | undefined;
|
683
|
-
gasPrice?: `0x${string}` | undefined;
|
684
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
685
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
686
686
|
accessList?: import("../../index.js").AccessList | undefined;
|
687
687
|
chainId?: `0x${string}` | undefined;
|
688
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
688
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
689
689
|
isSystemTx?: undefined;
|
690
690
|
mint?: undefined;
|
691
691
|
sourceHash?: undefined;
|
692
692
|
}) | ({
|
693
693
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
694
|
+
gas?: `0x${string}` | undefined;
|
695
|
+
value?: `0x${string}` | undefined;
|
696
|
+
gasPrice?: `0x${string}` | undefined;
|
697
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
698
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
694
699
|
blockHash?: `0x${string}` | null | undefined;
|
695
700
|
blockNumber?: `0x${string}` | null | undefined;
|
696
701
|
from?: `0x${string}` | undefined;
|
697
|
-
gas?: `0x${string}` | undefined;
|
698
702
|
hash?: `0x${string}` | undefined;
|
699
703
|
input?: `0x${string}` | undefined;
|
700
704
|
nonce?: `0x${string}` | undefined;
|
@@ -703,10 +707,6 @@ export declare const optimism: {
|
|
703
707
|
to?: `0x${string}` | null | undefined;
|
704
708
|
transactionIndex?: `0x${string}` | null | undefined;
|
705
709
|
v?: `0x${string}` | undefined;
|
706
|
-
value?: `0x${string}` | undefined;
|
707
|
-
gasPrice?: `0x${string}` | undefined;
|
708
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
709
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
710
710
|
accessList?: import("../../index.js").AccessList | undefined;
|
711
711
|
chainId?: `0x${string}` | undefined;
|
712
712
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -716,10 +716,14 @@ export declare const optimism: {
|
|
716
716
|
type: "0x7e";
|
717
717
|
}) | ({
|
718
718
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
719
|
+
gas?: `0x${string}` | undefined;
|
720
|
+
value?: `0x${string}` | undefined;
|
721
|
+
gasPrice?: `0x${string}` | undefined;
|
722
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
723
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
719
724
|
blockHash?: `0x${string}` | null | undefined;
|
720
725
|
blockNumber?: `0x${string}` | null | undefined;
|
721
726
|
from?: `0x${string}` | undefined;
|
722
|
-
gas?: `0x${string}` | undefined;
|
723
727
|
hash?: `0x${string}` | undefined;
|
724
728
|
input?: `0x${string}` | undefined;
|
725
729
|
nonce?: `0x${string}` | undefined;
|
@@ -728,22 +732,22 @@ export declare const optimism: {
|
|
728
732
|
to?: `0x${string}` | null | undefined;
|
729
733
|
transactionIndex?: `0x${string}` | null | undefined;
|
730
734
|
v?: `0x${string}` | undefined;
|
731
|
-
value?: `0x${string}` | undefined;
|
732
|
-
gasPrice?: `0x${string}` | undefined;
|
733
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
734
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
735
735
|
accessList?: import("../../index.js").AccessList | undefined;
|
736
736
|
chainId?: `0x${string}` | undefined;
|
737
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
737
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
738
738
|
isSystemTx?: undefined;
|
739
739
|
mint?: undefined;
|
740
740
|
sourceHash?: undefined;
|
741
741
|
}) | ({
|
742
742
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
743
|
+
gas?: `0x${string}` | undefined;
|
744
|
+
value?: `0x${string}` | undefined;
|
745
|
+
gasPrice?: `0x${string}` | undefined;
|
746
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
747
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
743
748
|
blockHash?: `0x${string}` | null | undefined;
|
744
749
|
blockNumber?: `0x${string}` | null | undefined;
|
745
750
|
from?: `0x${string}` | undefined;
|
746
|
-
gas?: `0x${string}` | undefined;
|
747
751
|
hash?: `0x${string}` | undefined;
|
748
752
|
input?: `0x${string}` | undefined;
|
749
753
|
nonce?: `0x${string}` | undefined;
|
@@ -752,22 +756,22 @@ export declare const optimism: {
|
|
752
756
|
to?: `0x${string}` | null | undefined;
|
753
757
|
transactionIndex?: `0x${string}` | null | undefined;
|
754
758
|
v?: `0x${string}` | undefined;
|
755
|
-
value?: `0x${string}` | undefined;
|
756
|
-
gasPrice?: `0x${string}` | undefined;
|
757
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
758
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
759
759
|
accessList?: import("../../index.js").AccessList | undefined;
|
760
760
|
chainId?: `0x${string}` | undefined;
|
761
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
761
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
762
762
|
isSystemTx?: undefined;
|
763
763
|
mint?: undefined;
|
764
764
|
sourceHash?: undefined;
|
765
765
|
}) | ({
|
766
766
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
767
|
+
gas?: `0x${string}` | undefined;
|
768
|
+
value?: `0x${string}` | undefined;
|
769
|
+
gasPrice?: `0x${string}` | undefined;
|
770
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
771
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
767
772
|
blockHash?: `0x${string}` | null | undefined;
|
768
773
|
blockNumber?: `0x${string}` | null | undefined;
|
769
774
|
from?: `0x${string}` | undefined;
|
770
|
-
gas?: `0x${string}` | undefined;
|
771
775
|
hash?: `0x${string}` | undefined;
|
772
776
|
input?: `0x${string}` | undefined;
|
773
777
|
nonce?: `0x${string}` | undefined;
|
@@ -776,22 +780,22 @@ export declare const optimism: {
|
|
776
780
|
to?: `0x${string}` | null | undefined;
|
777
781
|
transactionIndex?: `0x${string}` | null | undefined;
|
778
782
|
v?: `0x${string}` | undefined;
|
779
|
-
value?: `0x${string}` | undefined;
|
780
|
-
gasPrice?: `0x${string}` | undefined;
|
781
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
782
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
783
783
|
accessList?: import("../../index.js").AccessList | undefined;
|
784
784
|
chainId?: `0x${string}` | undefined;
|
785
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
785
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
786
786
|
isSystemTx?: undefined;
|
787
787
|
mint?: undefined;
|
788
788
|
sourceHash?: undefined;
|
789
789
|
}) | ({
|
790
790
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
791
|
+
gas?: `0x${string}` | undefined;
|
792
|
+
value?: `0x${string}` | undefined;
|
793
|
+
gasPrice?: `0x${string}` | undefined;
|
794
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
795
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
791
796
|
blockHash?: `0x${string}` | null | undefined;
|
792
797
|
blockNumber?: `0x${string}` | null | undefined;
|
793
798
|
from?: `0x${string}` | undefined;
|
794
|
-
gas?: `0x${string}` | undefined;
|
795
799
|
hash?: `0x${string}` | undefined;
|
796
800
|
input?: `0x${string}` | undefined;
|
797
801
|
nonce?: `0x${string}` | undefined;
|
@@ -800,10 +804,6 @@ export declare const optimism: {
|
|
800
804
|
to?: `0x${string}` | null | undefined;
|
801
805
|
transactionIndex?: `0x${string}` | null | undefined;
|
802
806
|
v?: `0x${string}` | undefined;
|
803
|
-
value?: `0x${string}` | undefined;
|
804
|
-
gasPrice?: `0x${string}` | undefined;
|
805
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
806
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
807
807
|
accessList?: import("../../index.js").AccessList | undefined;
|
808
808
|
chainId?: `0x${string}` | undefined;
|
809
809
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1066,10 +1066,14 @@ export declare const optimism: {
|
|
1066
1066
|
exclude: [] | undefined;
|
1067
1067
|
format: (args: ({
|
1068
1068
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1069
|
+
gas?: `0x${string}` | undefined;
|
1070
|
+
value?: `0x${string}` | undefined;
|
1071
|
+
gasPrice?: `0x${string}` | undefined;
|
1072
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1073
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1069
1074
|
blockHash?: `0x${string}` | null | undefined;
|
1070
1075
|
blockNumber?: `0x${string}` | null | undefined;
|
1071
1076
|
from?: `0x${string}` | undefined;
|
1072
|
-
gas?: `0x${string}` | undefined;
|
1073
1077
|
hash?: `0x${string}` | undefined;
|
1074
1078
|
input?: `0x${string}` | undefined;
|
1075
1079
|
nonce?: `0x${string}` | undefined;
|
@@ -1078,22 +1082,22 @@ export declare const optimism: {
|
|
1078
1082
|
to?: `0x${string}` | null | undefined;
|
1079
1083
|
transactionIndex?: `0x${string}` | null | undefined;
|
1080
1084
|
v?: `0x${string}` | undefined;
|
1081
|
-
value?: `0x${string}` | undefined;
|
1082
|
-
gasPrice?: `0x${string}` | undefined;
|
1083
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1084
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1085
1085
|
accessList?: undefined;
|
1086
1086
|
chainId?: `0x${string}` | undefined;
|
1087
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1087
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1088
1088
|
isSystemTx?: undefined;
|
1089
1089
|
mint?: undefined;
|
1090
1090
|
sourceHash?: undefined;
|
1091
1091
|
}) | ({
|
1092
1092
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1093
|
+
gas?: `0x${string}` | undefined;
|
1094
|
+
value?: `0x${string}` | undefined;
|
1095
|
+
gasPrice?: `0x${string}` | undefined;
|
1096
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1097
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1093
1098
|
blockHash?: `0x${string}` | null | undefined;
|
1094
1099
|
blockNumber?: `0x${string}` | null | undefined;
|
1095
1100
|
from?: `0x${string}` | undefined;
|
1096
|
-
gas?: `0x${string}` | undefined;
|
1097
1101
|
hash?: `0x${string}` | undefined;
|
1098
1102
|
input?: `0x${string}` | undefined;
|
1099
1103
|
nonce?: `0x${string}` | undefined;
|
@@ -1102,10 +1106,6 @@ export declare const optimism: {
|
|
1102
1106
|
to?: `0x${string}` | null | undefined;
|
1103
1107
|
transactionIndex?: `0x${string}` | null | undefined;
|
1104
1108
|
v?: `0x${string}` | undefined;
|
1105
|
-
value?: `0x${string}` | undefined;
|
1106
|
-
gasPrice?: `0x${string}` | undefined;
|
1107
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1108
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1109
1109
|
accessList?: undefined;
|
1110
1110
|
chainId?: `0x${string}` | undefined;
|
1111
1111
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1115,10 +1115,14 @@ export declare const optimism: {
|
|
1115
1115
|
type: "0x7e";
|
1116
1116
|
}) | ({
|
1117
1117
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1118
|
+
gas?: `0x${string}` | undefined;
|
1119
|
+
value?: `0x${string}` | undefined;
|
1120
|
+
gasPrice?: `0x${string}` | undefined;
|
1121
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1122
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1118
1123
|
blockHash?: `0x${string}` | null | undefined;
|
1119
1124
|
blockNumber?: `0x${string}` | null | undefined;
|
1120
1125
|
from?: `0x${string}` | undefined;
|
1121
|
-
gas?: `0x${string}` | undefined;
|
1122
1126
|
hash?: `0x${string}` | undefined;
|
1123
1127
|
input?: `0x${string}` | undefined;
|
1124
1128
|
nonce?: `0x${string}` | undefined;
|
@@ -1127,22 +1131,22 @@ export declare const optimism: {
|
|
1127
1131
|
to?: `0x${string}` | null | undefined;
|
1128
1132
|
transactionIndex?: `0x${string}` | null | undefined;
|
1129
1133
|
v?: `0x${string}` | undefined;
|
1130
|
-
value?: `0x${string}` | undefined;
|
1131
|
-
gasPrice?: `0x${string}` | undefined;
|
1132
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1133
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1134
1134
|
accessList?: import("../../index.js").AccessList | undefined;
|
1135
1135
|
chainId?: `0x${string}` | undefined;
|
1136
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1136
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1137
1137
|
isSystemTx?: undefined;
|
1138
1138
|
mint?: undefined;
|
1139
1139
|
sourceHash?: undefined;
|
1140
1140
|
}) | ({
|
1141
1141
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1142
|
+
gas?: `0x${string}` | undefined;
|
1143
|
+
value?: `0x${string}` | undefined;
|
1144
|
+
gasPrice?: `0x${string}` | undefined;
|
1145
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1146
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1142
1147
|
blockHash?: `0x${string}` | null | undefined;
|
1143
1148
|
blockNumber?: `0x${string}` | null | undefined;
|
1144
1149
|
from?: `0x${string}` | undefined;
|
1145
|
-
gas?: `0x${string}` | undefined;
|
1146
1150
|
hash?: `0x${string}` | undefined;
|
1147
1151
|
input?: `0x${string}` | undefined;
|
1148
1152
|
nonce?: `0x${string}` | undefined;
|
@@ -1151,22 +1155,22 @@ export declare const optimism: {
|
|
1151
1155
|
to?: `0x${string}` | null | undefined;
|
1152
1156
|
transactionIndex?: `0x${string}` | null | undefined;
|
1153
1157
|
v?: `0x${string}` | undefined;
|
1154
|
-
value?: `0x${string}` | undefined;
|
1155
|
-
gasPrice?: `0x${string}` | undefined;
|
1156
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1157
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1158
1158
|
accessList?: import("../../index.js").AccessList | undefined;
|
1159
1159
|
chainId?: `0x${string}` | undefined;
|
1160
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1160
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1161
1161
|
isSystemTx?: undefined;
|
1162
1162
|
mint?: undefined;
|
1163
1163
|
sourceHash?: undefined;
|
1164
1164
|
}) | ({
|
1165
1165
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1166
|
+
gas?: `0x${string}` | undefined;
|
1167
|
+
value?: `0x${string}` | undefined;
|
1168
|
+
gasPrice?: `0x${string}` | undefined;
|
1169
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1170
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1166
1171
|
blockHash?: `0x${string}` | null | undefined;
|
1167
1172
|
blockNumber?: `0x${string}` | null | undefined;
|
1168
1173
|
from?: `0x${string}` | undefined;
|
1169
|
-
gas?: `0x${string}` | undefined;
|
1170
1174
|
hash?: `0x${string}` | undefined;
|
1171
1175
|
input?: `0x${string}` | undefined;
|
1172
1176
|
nonce?: `0x${string}` | undefined;
|
@@ -1175,22 +1179,22 @@ export declare const optimism: {
|
|
1175
1179
|
to?: `0x${string}` | null | undefined;
|
1176
1180
|
transactionIndex?: `0x${string}` | null | undefined;
|
1177
1181
|
v?: `0x${string}` | undefined;
|
1178
|
-
value?: `0x${string}` | undefined;
|
1179
|
-
gasPrice?: `0x${string}` | undefined;
|
1180
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1181
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1182
1182
|
accessList?: import("../../index.js").AccessList | undefined;
|
1183
1183
|
chainId?: `0x${string}` | undefined;
|
1184
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1184
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1185
1185
|
isSystemTx?: undefined;
|
1186
1186
|
mint?: undefined;
|
1187
1187
|
sourceHash?: undefined;
|
1188
1188
|
}) | ({
|
1189
1189
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1190
|
+
gas?: `0x${string}` | undefined;
|
1191
|
+
value?: `0x${string}` | undefined;
|
1192
|
+
gasPrice?: `0x${string}` | undefined;
|
1193
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1194
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1190
1195
|
blockHash?: `0x${string}` | null | undefined;
|
1191
1196
|
blockNumber?: `0x${string}` | null | undefined;
|
1192
1197
|
from?: `0x${string}` | undefined;
|
1193
|
-
gas?: `0x${string}` | undefined;
|
1194
1198
|
hash?: `0x${string}` | undefined;
|
1195
1199
|
input?: `0x${string}` | undefined;
|
1196
1200
|
nonce?: `0x${string}` | undefined;
|
@@ -1199,10 +1203,6 @@ export declare const optimism: {
|
|
1199
1203
|
to?: `0x${string}` | null | undefined;
|
1200
1204
|
transactionIndex?: `0x${string}` | null | undefined;
|
1201
1205
|
v?: `0x${string}` | undefined;
|
1202
|
-
value?: `0x${string}` | undefined;
|
1203
|
-
gasPrice?: `0x${string}` | undefined;
|
1204
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1205
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1206
1206
|
accessList?: import("../../index.js").AccessList | undefined;
|
1207
1207
|
chainId?: `0x${string}` | undefined;
|
1208
1208
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1212,10 +1212,14 @@ export declare const optimism: {
|
|
1212
1212
|
type: "0x7e";
|
1213
1213
|
}) | ({
|
1214
1214
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1215
|
+
gas?: `0x${string}` | undefined;
|
1216
|
+
value?: `0x${string}` | undefined;
|
1217
|
+
gasPrice?: `0x${string}` | undefined;
|
1218
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1219
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1215
1220
|
blockHash?: `0x${string}` | null | undefined;
|
1216
1221
|
blockNumber?: `0x${string}` | null | undefined;
|
1217
1222
|
from?: `0x${string}` | undefined;
|
1218
|
-
gas?: `0x${string}` | undefined;
|
1219
1223
|
hash?: `0x${string}` | undefined;
|
1220
1224
|
input?: `0x${string}` | undefined;
|
1221
1225
|
nonce?: `0x${string}` | undefined;
|
@@ -1224,22 +1228,22 @@ export declare const optimism: {
|
|
1224
1228
|
to?: `0x${string}` | null | undefined;
|
1225
1229
|
transactionIndex?: `0x${string}` | null | undefined;
|
1226
1230
|
v?: `0x${string}` | undefined;
|
1227
|
-
value?: `0x${string}` | undefined;
|
1228
|
-
gasPrice?: `0x${string}` | undefined;
|
1229
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1230
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1231
1231
|
accessList?: import("../../index.js").AccessList | undefined;
|
1232
1232
|
chainId?: `0x${string}` | undefined;
|
1233
|
-
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1233
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
1234
1234
|
isSystemTx?: undefined;
|
1235
1235
|
mint?: undefined;
|
1236
1236
|
sourceHash?: undefined;
|
1237
1237
|
}) | ({
|
1238
1238
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1239
|
+
gas?: `0x${string}` | undefined;
|
1240
|
+
value?: `0x${string}` | undefined;
|
1241
|
+
gasPrice?: `0x${string}` | undefined;
|
1242
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1243
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1239
1244
|
blockHash?: `0x${string}` | null | undefined;
|
1240
1245
|
blockNumber?: `0x${string}` | null | undefined;
|
1241
1246
|
from?: `0x${string}` | undefined;
|
1242
|
-
gas?: `0x${string}` | undefined;
|
1243
1247
|
hash?: `0x${string}` | undefined;
|
1244
1248
|
input?: `0x${string}` | undefined;
|
1245
1249
|
nonce?: `0x${string}` | undefined;
|
@@ -1248,22 +1252,22 @@ export declare const optimism: {
|
|
1248
1252
|
to?: `0x${string}` | null | undefined;
|
1249
1253
|
transactionIndex?: `0x${string}` | null | undefined;
|
1250
1254
|
v?: `0x${string}` | undefined;
|
1251
|
-
value?: `0x${string}` | undefined;
|
1252
|
-
gasPrice?: `0x${string}` | undefined;
|
1253
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1254
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1255
1255
|
accessList?: import("../../index.js").AccessList | undefined;
|
1256
1256
|
chainId?: `0x${string}` | undefined;
|
1257
|
-
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1257
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
1258
1258
|
isSystemTx?: undefined;
|
1259
1259
|
mint?: undefined;
|
1260
1260
|
sourceHash?: undefined;
|
1261
1261
|
}) | ({
|
1262
1262
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1263
|
+
gas?: `0x${string}` | undefined;
|
1264
|
+
value?: `0x${string}` | undefined;
|
1265
|
+
gasPrice?: `0x${string}` | undefined;
|
1266
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1267
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1263
1268
|
blockHash?: `0x${string}` | null | undefined;
|
1264
1269
|
blockNumber?: `0x${string}` | null | undefined;
|
1265
1270
|
from?: `0x${string}` | undefined;
|
1266
|
-
gas?: `0x${string}` | undefined;
|
1267
1271
|
hash?: `0x${string}` | undefined;
|
1268
1272
|
input?: `0x${string}` | undefined;
|
1269
1273
|
nonce?: `0x${string}` | undefined;
|
@@ -1272,22 +1276,22 @@ export declare const optimism: {
|
|
1272
1276
|
to?: `0x${string}` | null | undefined;
|
1273
1277
|
transactionIndex?: `0x${string}` | null | undefined;
|
1274
1278
|
v?: `0x${string}` | undefined;
|
1275
|
-
value?: `0x${string}` | undefined;
|
1276
|
-
gasPrice?: `0x${string}` | undefined;
|
1277
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1278
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1279
1279
|
accessList?: import("../../index.js").AccessList | undefined;
|
1280
1280
|
chainId?: `0x${string}` | undefined;
|
1281
|
-
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1281
|
+
} & import("../index.js").Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
1282
1282
|
isSystemTx?: undefined;
|
1283
1283
|
mint?: undefined;
|
1284
1284
|
sourceHash?: undefined;
|
1285
1285
|
}) | ({
|
1286
1286
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1287
|
+
gas?: `0x${string}` | undefined;
|
1288
|
+
value?: `0x${string}` | undefined;
|
1289
|
+
gasPrice?: `0x${string}` | undefined;
|
1290
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1291
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1287
1292
|
blockHash?: `0x${string}` | null | undefined;
|
1288
1293
|
blockNumber?: `0x${string}` | null | undefined;
|
1289
1294
|
from?: `0x${string}` | undefined;
|
1290
|
-
gas?: `0x${string}` | undefined;
|
1291
1295
|
hash?: `0x${string}` | undefined;
|
1292
1296
|
input?: `0x${string}` | undefined;
|
1293
1297
|
nonce?: `0x${string}` | undefined;
|
@@ -1296,10 +1300,6 @@ export declare const optimism: {
|
|
1296
1300
|
to?: `0x${string}` | null | undefined;
|
1297
1301
|
transactionIndex?: `0x${string}` | null | undefined;
|
1298
1302
|
v?: `0x${string}` | undefined;
|
1299
|
-
value?: `0x${string}` | undefined;
|
1300
|
-
gasPrice?: `0x${string}` | undefined;
|
1301
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1302
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1303
1303
|
accessList?: import("../../index.js").AccessList | undefined;
|
1304
1304
|
chainId?: `0x${string}` | undefined;
|
1305
1305
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|