viem 2.0.0-alpha.0 → 2.0.0-alpha.2
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/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/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/chains/{utils.js → utils/index.js} +5 -5
- package/_cjs/chains/utils/index.js.map +1 -0
- 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/{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/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/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/chains/utils/index.js +5 -0
- package/_esm/chains/utils/index.js.map +1 -0
- 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/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/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 +1 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +50 -50
- package/_types/chains/definitions/base.d.ts +162 -162
- package/_types/chains/definitions/baseGoerli.d.ts +162 -162
- package/_types/chains/definitions/celo.d.ts +165 -165
- package/_types/chains/definitions/celoAlfajores.d.ts +165 -165
- package/_types/chains/definitions/celoCannoli.d.ts +165 -165
- package/_types/chains/definitions/holesky.d.ts +24 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +162 -162
- package/_types/chains/definitions/optimismGoerli.d.ts +162 -162
- package/_types/chains/definitions/zora.d.ts +162 -162
- package/_types/chains/definitions/zoraTestnet.d.ts +162 -162
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/optimism/formatters.d.ts +50 -50
- package/_types/chains/{utils.d.ts → utils/index.d.ts} +7 -7
- package/_types/chains/utils/index.d.ts.map +1 -0
- 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/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/typedData.d.ts +2 -2
- package/_types/types/typedData.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +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/waitForTransactionReceipt.ts +13 -4
- package/actions/wallet/signTypedData.ts +4 -2
- package/actions/wallet/writeContract.ts +4 -1
- package/chains/definitions/holesky.ts +18 -0
- package/chains/index.ts +1 -0
- package/chains/package.json +6 -0
- package/chains/{utils.ts → utils/index.ts} +6 -6
- package/chains/utils/package.json +6 -0
- 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/package.json +35 -34
- 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/typedData.ts +3 -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/chains/utils.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/chains/utils.js +0 -5
- package/_esm/chains/utils.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/chains/utils.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
@@ -42,8 +42,8 @@ export declare const optimism: {
|
|
42
42
|
formatters?: {
|
43
43
|
readonly block: {
|
44
44
|
exclude: [] | undefined;
|
45
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
46
|
-
transactions: `0x${string}`[] | import("../
|
45
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
46
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
47
47
|
}>) => {
|
48
48
|
baseFeePerGas: bigint | null;
|
49
49
|
difficulty: bigint;
|
@@ -64,7 +64,7 @@ export declare const optimism: {
|
|
64
64
|
stateRoot: `0x${string}`;
|
65
65
|
timestamp: bigint;
|
66
66
|
totalDifficulty: bigint | null;
|
67
|
-
transactions: `0x${string}`[] | import("../
|
67
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
68
68
|
transactionsRoot: `0x${string}`;
|
69
69
|
uncles: `0x${string}`[];
|
70
70
|
} & {};
|
@@ -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,10 +90,6 @@ 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
95
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -98,10 +98,14 @@ export declare const optimism: {
|
|
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,10 +139,6 @@ 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
144
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -147,10 +147,14 @@ export declare const optimism: {
|
|
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,10 +163,6 @@ 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
168
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -171,10 +171,14 @@ export declare const optimism: {
|
|
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,10 +187,6 @@ 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
192
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -195,10 +195,14 @@ export declare const optimism: {
|
|
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,10 +236,6 @@ 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
241
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -244,10 +244,14 @@ export declare const optimism: {
|
|
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,10 +260,6 @@ 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
265
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -268,10 +268,14 @@ export declare const optimism: {
|
|
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,10 +284,6 @@ 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
289
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -292,10 +292,14 @@ export declare const optimism: {
|
|
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}`> & {
|
@@ -512,7 +512,7 @@ export declare const optimism: {
|
|
512
512
|
};
|
513
513
|
readonly transactionReceipt: {
|
514
514
|
exclude: [] | undefined;
|
515
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
515
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
516
516
|
blockHash: `0x${string}`;
|
517
517
|
blockNumber: bigint;
|
518
518
|
contractAddress: `0x${string}` | null;
|
@@ -538,8 +538,8 @@ export declare const optimism: {
|
|
538
538
|
serializers?: import("../../index.js").ChainSerializers<{
|
539
539
|
readonly block: {
|
540
540
|
exclude: [] | undefined;
|
541
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
542
|
-
transactions: `0x${string}`[] | import("../
|
541
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
542
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
543
543
|
}>) => {
|
544
544
|
baseFeePerGas: bigint | null;
|
545
545
|
difficulty: bigint;
|
@@ -560,7 +560,7 @@ export declare const optimism: {
|
|
560
560
|
stateRoot: `0x${string}`;
|
561
561
|
timestamp: bigint;
|
562
562
|
totalDifficulty: bigint | null;
|
563
|
-
transactions: `0x${string}`[] | import("../
|
563
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
564
564
|
transactionsRoot: `0x${string}`;
|
565
565
|
uncles: `0x${string}`[];
|
566
566
|
} & {};
|
@@ -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,10 +586,6 @@ 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
591
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -594,10 +594,14 @@ export declare const optimism: {
|
|
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,10 +635,6 @@ 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
640
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -643,10 +643,14 @@ export declare const optimism: {
|
|
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,10 +659,6 @@ 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
664
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -667,10 +667,14 @@ export declare const optimism: {
|
|
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,10 +683,6 @@ 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
688
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -691,10 +691,14 @@ export declare const optimism: {
|
|
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,10 +732,6 @@ 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
737
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -740,10 +740,14 @@ export declare const optimism: {
|
|
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,10 +756,6 @@ 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
761
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -764,10 +764,14 @@ export declare const optimism: {
|
|
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,10 +780,6 @@ 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
785
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -788,10 +788,14 @@ export declare const optimism: {
|
|
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}`> & {
|
@@ -1008,7 +1008,7 @@ export declare const optimism: {
|
|
1008
1008
|
};
|
1009
1009
|
readonly transactionReceipt: {
|
1010
1010
|
exclude: [] | undefined;
|
1011
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1011
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1012
1012
|
blockHash: `0x${string}`;
|
1013
1013
|
blockNumber: bigint;
|
1014
1014
|
contractAddress: `0x${string}` | null;
|
@@ -1034,8 +1034,8 @@ export declare const optimism: {
|
|
1034
1034
|
fees?: import("../../index.js").ChainFees<{
|
1035
1035
|
readonly block: {
|
1036
1036
|
exclude: [] | undefined;
|
1037
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1038
|
-
transactions: `0x${string}`[] | import("../
|
1037
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
1038
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
1039
1039
|
}>) => {
|
1040
1040
|
baseFeePerGas: bigint | null;
|
1041
1041
|
difficulty: bigint;
|
@@ -1056,7 +1056,7 @@ export declare const optimism: {
|
|
1056
1056
|
stateRoot: `0x${string}`;
|
1057
1057
|
timestamp: bigint;
|
1058
1058
|
totalDifficulty: bigint | null;
|
1059
|
-
transactions: `0x${string}`[] | import("../
|
1059
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
1060
1060
|
transactionsRoot: `0x${string}`;
|
1061
1061
|
uncles: `0x${string}`[];
|
1062
1062
|
} & {};
|
@@ -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,10 +1082,6 @@ 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
1087
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1090,10 +1090,14 @@ export declare const optimism: {
|
|
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,10 +1131,6 @@ 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
1136
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1139,10 +1139,14 @@ export declare const optimism: {
|
|
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,10 +1155,6 @@ 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
1160
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1163,10 +1163,14 @@ export declare const optimism: {
|
|
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,10 +1179,6 @@ 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
1184
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1187,10 +1187,14 @@ export declare const optimism: {
|
|
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,10 +1228,6 @@ 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
1233
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1236,10 +1236,14 @@ export declare const optimism: {
|
|
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,10 +1252,6 @@ 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
1257
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1260,10 +1260,14 @@ export declare const optimism: {
|
|
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,10 +1276,6 @@ 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
1281
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1284,10 +1284,14 @@ export declare const optimism: {
|
|
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}`> & {
|
@@ -1504,7 +1504,7 @@ export declare const optimism: {
|
|
1504
1504
|
};
|
1505
1505
|
readonly transactionReceipt: {
|
1506
1506
|
exclude: [] | undefined;
|
1507
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1507
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1508
1508
|
blockHash: `0x${string}`;
|
1509
1509
|
blockNumber: bigint;
|
1510
1510
|
contractAddress: `0x${string}` | null;
|