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
@@ -32,8 +32,8 @@ export declare const zora: {
|
|
32
32
|
formatters?: {
|
33
33
|
readonly block: {
|
34
34
|
exclude: [] | undefined;
|
35
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
36
|
-
transactions: `0x${string}`[] | import("../
|
35
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
36
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
39
39
|
difficulty: bigint;
|
@@ -54,7 +54,7 @@ export declare const zora: {
|
|
54
54
|
stateRoot: `0x${string}`;
|
55
55
|
timestamp: bigint;
|
56
56
|
totalDifficulty: bigint | null;
|
57
|
-
transactions: `0x${string}`[] | import("../
|
57
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
58
58
|
transactionsRoot: `0x${string}`;
|
59
59
|
uncles: `0x${string}`[];
|
60
60
|
} & {};
|
@@ -64,10 +64,14 @@ export declare const zora: {
|
|
64
64
|
exclude: [] | undefined;
|
65
65
|
format: (args: ({
|
66
66
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
67
|
+
gas?: `0x${string}` | undefined;
|
68
|
+
value?: `0x${string}` | undefined;
|
69
|
+
gasPrice?: `0x${string}` | undefined;
|
70
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
71
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
67
72
|
blockHash?: `0x${string}` | null | undefined;
|
68
73
|
blockNumber?: `0x${string}` | null | undefined;
|
69
74
|
from?: `0x${string}` | undefined;
|
70
|
-
gas?: `0x${string}` | undefined;
|
71
75
|
hash?: `0x${string}` | undefined;
|
72
76
|
input?: `0x${string}` | undefined;
|
73
77
|
nonce?: `0x${string}` | undefined;
|
@@ -76,10 +80,6 @@ export declare const zora: {
|
|
76
80
|
to?: `0x${string}` | null | undefined;
|
77
81
|
transactionIndex?: `0x${string}` | null | undefined;
|
78
82
|
v?: `0x${string}` | undefined;
|
79
|
-
value?: `0x${string}` | undefined;
|
80
|
-
gasPrice?: `0x${string}` | undefined;
|
81
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
82
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
83
83
|
accessList?: undefined;
|
84
84
|
chainId?: `0x${string}` | undefined;
|
85
85
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -88,10 +88,14 @@ export declare const zora: {
|
|
88
88
|
sourceHash?: undefined;
|
89
89
|
}) | ({
|
90
90
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
91
|
+
gas?: `0x${string}` | undefined;
|
92
|
+
value?: `0x${string}` | undefined;
|
93
|
+
gasPrice?: `0x${string}` | undefined;
|
94
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
95
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
91
96
|
blockHash?: `0x${string}` | null | undefined;
|
92
97
|
blockNumber?: `0x${string}` | null | undefined;
|
93
98
|
from?: `0x${string}` | undefined;
|
94
|
-
gas?: `0x${string}` | undefined;
|
95
99
|
hash?: `0x${string}` | undefined;
|
96
100
|
input?: `0x${string}` | undefined;
|
97
101
|
nonce?: `0x${string}` | undefined;
|
@@ -100,10 +104,6 @@ export declare const zora: {
|
|
100
104
|
to?: `0x${string}` | null | undefined;
|
101
105
|
transactionIndex?: `0x${string}` | null | undefined;
|
102
106
|
v?: `0x${string}` | undefined;
|
103
|
-
value?: `0x${string}` | undefined;
|
104
|
-
gasPrice?: `0x${string}` | undefined;
|
105
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
106
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
107
107
|
accessList?: undefined;
|
108
108
|
chainId?: `0x${string}` | undefined;
|
109
109
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -113,10 +113,14 @@ export declare const zora: {
|
|
113
113
|
type: "0x7e";
|
114
114
|
}) | ({
|
115
115
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
116
|
+
gas?: `0x${string}` | undefined;
|
117
|
+
value?: `0x${string}` | undefined;
|
118
|
+
gasPrice?: `0x${string}` | undefined;
|
119
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
120
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
116
121
|
blockHash?: `0x${string}` | null | undefined;
|
117
122
|
blockNumber?: `0x${string}` | null | undefined;
|
118
123
|
from?: `0x${string}` | undefined;
|
119
|
-
gas?: `0x${string}` | undefined;
|
120
124
|
hash?: `0x${string}` | undefined;
|
121
125
|
input?: `0x${string}` | undefined;
|
122
126
|
nonce?: `0x${string}` | undefined;
|
@@ -125,10 +129,6 @@ export declare const zora: {
|
|
125
129
|
to?: `0x${string}` | null | undefined;
|
126
130
|
transactionIndex?: `0x${string}` | null | undefined;
|
127
131
|
v?: `0x${string}` | undefined;
|
128
|
-
value?: `0x${string}` | undefined;
|
129
|
-
gasPrice?: `0x${string}` | undefined;
|
130
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
131
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
132
132
|
accessList?: import("../../index.js").AccessList | undefined;
|
133
133
|
chainId?: `0x${string}` | undefined;
|
134
134
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -137,10 +137,14 @@ export declare const zora: {
|
|
137
137
|
sourceHash?: undefined;
|
138
138
|
}) | ({
|
139
139
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
140
|
+
gas?: `0x${string}` | undefined;
|
141
|
+
value?: `0x${string}` | undefined;
|
142
|
+
gasPrice?: `0x${string}` | undefined;
|
143
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
144
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
140
145
|
blockHash?: `0x${string}` | null | undefined;
|
141
146
|
blockNumber?: `0x${string}` | null | undefined;
|
142
147
|
from?: `0x${string}` | undefined;
|
143
|
-
gas?: `0x${string}` | undefined;
|
144
148
|
hash?: `0x${string}` | undefined;
|
145
149
|
input?: `0x${string}` | undefined;
|
146
150
|
nonce?: `0x${string}` | undefined;
|
@@ -149,10 +153,6 @@ export declare const zora: {
|
|
149
153
|
to?: `0x${string}` | null | undefined;
|
150
154
|
transactionIndex?: `0x${string}` | null | undefined;
|
151
155
|
v?: `0x${string}` | undefined;
|
152
|
-
value?: `0x${string}` | undefined;
|
153
|
-
gasPrice?: `0x${string}` | undefined;
|
154
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
155
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
156
156
|
accessList?: import("../../index.js").AccessList | undefined;
|
157
157
|
chainId?: `0x${string}` | undefined;
|
158
158
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -161,10 +161,14 @@ export declare const zora: {
|
|
161
161
|
sourceHash?: undefined;
|
162
162
|
}) | ({
|
163
163
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
164
|
+
gas?: `0x${string}` | undefined;
|
165
|
+
value?: `0x${string}` | undefined;
|
166
|
+
gasPrice?: `0x${string}` | undefined;
|
167
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
168
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
164
169
|
blockHash?: `0x${string}` | null | undefined;
|
165
170
|
blockNumber?: `0x${string}` | null | undefined;
|
166
171
|
from?: `0x${string}` | undefined;
|
167
|
-
gas?: `0x${string}` | undefined;
|
168
172
|
hash?: `0x${string}` | undefined;
|
169
173
|
input?: `0x${string}` | undefined;
|
170
174
|
nonce?: `0x${string}` | undefined;
|
@@ -173,10 +177,6 @@ export declare const zora: {
|
|
173
177
|
to?: `0x${string}` | null | undefined;
|
174
178
|
transactionIndex?: `0x${string}` | null | undefined;
|
175
179
|
v?: `0x${string}` | undefined;
|
176
|
-
value?: `0x${string}` | undefined;
|
177
|
-
gasPrice?: `0x${string}` | undefined;
|
178
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
179
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
180
180
|
accessList?: import("../../index.js").AccessList | undefined;
|
181
181
|
chainId?: `0x${string}` | undefined;
|
182
182
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -185,10 +185,14 @@ export declare const zora: {
|
|
185
185
|
sourceHash?: undefined;
|
186
186
|
}) | ({
|
187
187
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
188
|
+
gas?: `0x${string}` | undefined;
|
189
|
+
value?: `0x${string}` | undefined;
|
190
|
+
gasPrice?: `0x${string}` | undefined;
|
191
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
192
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
188
193
|
blockHash?: `0x${string}` | null | undefined;
|
189
194
|
blockNumber?: `0x${string}` | null | undefined;
|
190
195
|
from?: `0x${string}` | undefined;
|
191
|
-
gas?: `0x${string}` | undefined;
|
192
196
|
hash?: `0x${string}` | undefined;
|
193
197
|
input?: `0x${string}` | undefined;
|
194
198
|
nonce?: `0x${string}` | undefined;
|
@@ -197,10 +201,6 @@ export declare const zora: {
|
|
197
201
|
to?: `0x${string}` | null | undefined;
|
198
202
|
transactionIndex?: `0x${string}` | null | undefined;
|
199
203
|
v?: `0x${string}` | undefined;
|
200
|
-
value?: `0x${string}` | undefined;
|
201
|
-
gasPrice?: `0x${string}` | undefined;
|
202
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
203
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
204
204
|
accessList?: import("../../index.js").AccessList | undefined;
|
205
205
|
chainId?: `0x${string}` | undefined;
|
206
206
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -210,10 +210,14 @@ export declare const zora: {
|
|
210
210
|
type: "0x7e";
|
211
211
|
}) | ({
|
212
212
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
213
|
+
gas?: `0x${string}` | undefined;
|
214
|
+
value?: `0x${string}` | undefined;
|
215
|
+
gasPrice?: `0x${string}` | undefined;
|
216
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
217
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
213
218
|
blockHash?: `0x${string}` | null | undefined;
|
214
219
|
blockNumber?: `0x${string}` | null | undefined;
|
215
220
|
from?: `0x${string}` | undefined;
|
216
|
-
gas?: `0x${string}` | undefined;
|
217
221
|
hash?: `0x${string}` | undefined;
|
218
222
|
input?: `0x${string}` | undefined;
|
219
223
|
nonce?: `0x${string}` | undefined;
|
@@ -222,10 +226,6 @@ export declare const zora: {
|
|
222
226
|
to?: `0x${string}` | null | undefined;
|
223
227
|
transactionIndex?: `0x${string}` | null | undefined;
|
224
228
|
v?: `0x${string}` | undefined;
|
225
|
-
value?: `0x${string}` | undefined;
|
226
|
-
gasPrice?: `0x${string}` | undefined;
|
227
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
228
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
229
229
|
accessList?: import("../../index.js").AccessList | undefined;
|
230
230
|
chainId?: `0x${string}` | undefined;
|
231
231
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -234,10 +234,14 @@ export declare const zora: {
|
|
234
234
|
sourceHash?: undefined;
|
235
235
|
}) | ({
|
236
236
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
237
|
+
gas?: `0x${string}` | undefined;
|
238
|
+
value?: `0x${string}` | undefined;
|
239
|
+
gasPrice?: `0x${string}` | undefined;
|
240
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
241
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
237
242
|
blockHash?: `0x${string}` | null | undefined;
|
238
243
|
blockNumber?: `0x${string}` | null | undefined;
|
239
244
|
from?: `0x${string}` | undefined;
|
240
|
-
gas?: `0x${string}` | undefined;
|
241
245
|
hash?: `0x${string}` | undefined;
|
242
246
|
input?: `0x${string}` | undefined;
|
243
247
|
nonce?: `0x${string}` | undefined;
|
@@ -246,10 +250,6 @@ export declare const zora: {
|
|
246
250
|
to?: `0x${string}` | null | undefined;
|
247
251
|
transactionIndex?: `0x${string}` | null | undefined;
|
248
252
|
v?: `0x${string}` | undefined;
|
249
|
-
value?: `0x${string}` | undefined;
|
250
|
-
gasPrice?: `0x${string}` | undefined;
|
251
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
252
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
253
253
|
accessList?: import("../../index.js").AccessList | undefined;
|
254
254
|
chainId?: `0x${string}` | undefined;
|
255
255
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -258,10 +258,14 @@ export declare const zora: {
|
|
258
258
|
sourceHash?: undefined;
|
259
259
|
}) | ({
|
260
260
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
261
|
+
gas?: `0x${string}` | undefined;
|
262
|
+
value?: `0x${string}` | undefined;
|
263
|
+
gasPrice?: `0x${string}` | undefined;
|
264
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
265
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
261
266
|
blockHash?: `0x${string}` | null | undefined;
|
262
267
|
blockNumber?: `0x${string}` | null | undefined;
|
263
268
|
from?: `0x${string}` | undefined;
|
264
|
-
gas?: `0x${string}` | undefined;
|
265
269
|
hash?: `0x${string}` | undefined;
|
266
270
|
input?: `0x${string}` | undefined;
|
267
271
|
nonce?: `0x${string}` | undefined;
|
@@ -270,10 +274,6 @@ export declare const zora: {
|
|
270
274
|
to?: `0x${string}` | null | undefined;
|
271
275
|
transactionIndex?: `0x${string}` | null | undefined;
|
272
276
|
v?: `0x${string}` | undefined;
|
273
|
-
value?: `0x${string}` | undefined;
|
274
|
-
gasPrice?: `0x${string}` | undefined;
|
275
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
276
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
277
277
|
accessList?: import("../../index.js").AccessList | undefined;
|
278
278
|
chainId?: `0x${string}` | undefined;
|
279
279
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -282,10 +282,14 @@ export declare const zora: {
|
|
282
282
|
sourceHash?: undefined;
|
283
283
|
}) | ({
|
284
284
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
285
|
+
gas?: `0x${string}` | undefined;
|
286
|
+
value?: `0x${string}` | undefined;
|
287
|
+
gasPrice?: `0x${string}` | undefined;
|
288
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
289
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
285
290
|
blockHash?: `0x${string}` | null | undefined;
|
286
291
|
blockNumber?: `0x${string}` | null | undefined;
|
287
292
|
from?: `0x${string}` | undefined;
|
288
|
-
gas?: `0x${string}` | undefined;
|
289
293
|
hash?: `0x${string}` | undefined;
|
290
294
|
input?: `0x${string}` | undefined;
|
291
295
|
nonce?: `0x${string}` | undefined;
|
@@ -294,10 +298,6 @@ export declare const zora: {
|
|
294
298
|
to?: `0x${string}` | null | undefined;
|
295
299
|
transactionIndex?: `0x${string}` | null | undefined;
|
296
300
|
v?: `0x${string}` | undefined;
|
297
|
-
value?: `0x${string}` | undefined;
|
298
|
-
gasPrice?: `0x${string}` | undefined;
|
299
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
300
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
301
301
|
accessList?: import("../../index.js").AccessList | undefined;
|
302
302
|
chainId?: `0x${string}` | undefined;
|
303
303
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -502,7 +502,7 @@ export declare const zora: {
|
|
502
502
|
};
|
503
503
|
readonly transactionReceipt: {
|
504
504
|
exclude: [] | undefined;
|
505
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
505
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
506
506
|
blockHash: `0x${string}`;
|
507
507
|
blockNumber: bigint;
|
508
508
|
contractAddress: `0x${string}` | null;
|
@@ -528,8 +528,8 @@ export declare const zora: {
|
|
528
528
|
serializers?: import("../../index.js").ChainSerializers<{
|
529
529
|
readonly block: {
|
530
530
|
exclude: [] | undefined;
|
531
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
532
|
-
transactions: `0x${string}`[] | import("../
|
531
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
532
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
533
533
|
}>) => {
|
534
534
|
baseFeePerGas: bigint | null;
|
535
535
|
difficulty: bigint;
|
@@ -550,7 +550,7 @@ export declare const zora: {
|
|
550
550
|
stateRoot: `0x${string}`;
|
551
551
|
timestamp: bigint;
|
552
552
|
totalDifficulty: bigint | null;
|
553
|
-
transactions: `0x${string}`[] | import("../
|
553
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
554
554
|
transactionsRoot: `0x${string}`;
|
555
555
|
uncles: `0x${string}`[];
|
556
556
|
} & {};
|
@@ -560,10 +560,14 @@ export declare const zora: {
|
|
560
560
|
exclude: [] | undefined;
|
561
561
|
format: (args: ({
|
562
562
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
563
|
+
gas?: `0x${string}` | undefined;
|
564
|
+
value?: `0x${string}` | undefined;
|
565
|
+
gasPrice?: `0x${string}` | undefined;
|
566
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
567
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
563
568
|
blockHash?: `0x${string}` | null | undefined;
|
564
569
|
blockNumber?: `0x${string}` | null | undefined;
|
565
570
|
from?: `0x${string}` | undefined;
|
566
|
-
gas?: `0x${string}` | undefined;
|
567
571
|
hash?: `0x${string}` | undefined;
|
568
572
|
input?: `0x${string}` | undefined;
|
569
573
|
nonce?: `0x${string}` | undefined;
|
@@ -572,10 +576,6 @@ export declare const zora: {
|
|
572
576
|
to?: `0x${string}` | null | undefined;
|
573
577
|
transactionIndex?: `0x${string}` | null | undefined;
|
574
578
|
v?: `0x${string}` | undefined;
|
575
|
-
value?: `0x${string}` | undefined;
|
576
|
-
gasPrice?: `0x${string}` | undefined;
|
577
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
578
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
579
579
|
accessList?: undefined;
|
580
580
|
chainId?: `0x${string}` | undefined;
|
581
581
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -584,10 +584,14 @@ export declare const zora: {
|
|
584
584
|
sourceHash?: undefined;
|
585
585
|
}) | ({
|
586
586
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
587
|
+
gas?: `0x${string}` | undefined;
|
588
|
+
value?: `0x${string}` | undefined;
|
589
|
+
gasPrice?: `0x${string}` | undefined;
|
590
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
591
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
587
592
|
blockHash?: `0x${string}` | null | undefined;
|
588
593
|
blockNumber?: `0x${string}` | null | undefined;
|
589
594
|
from?: `0x${string}` | undefined;
|
590
|
-
gas?: `0x${string}` | undefined;
|
591
595
|
hash?: `0x${string}` | undefined;
|
592
596
|
input?: `0x${string}` | undefined;
|
593
597
|
nonce?: `0x${string}` | undefined;
|
@@ -596,10 +600,6 @@ export declare const zora: {
|
|
596
600
|
to?: `0x${string}` | null | undefined;
|
597
601
|
transactionIndex?: `0x${string}` | null | undefined;
|
598
602
|
v?: `0x${string}` | undefined;
|
599
|
-
value?: `0x${string}` | undefined;
|
600
|
-
gasPrice?: `0x${string}` | undefined;
|
601
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
602
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
603
603
|
accessList?: undefined;
|
604
604
|
chainId?: `0x${string}` | undefined;
|
605
605
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -609,10 +609,14 @@ export declare const zora: {
|
|
609
609
|
type: "0x7e";
|
610
610
|
}) | ({
|
611
611
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
612
|
+
gas?: `0x${string}` | undefined;
|
613
|
+
value?: `0x${string}` | undefined;
|
614
|
+
gasPrice?: `0x${string}` | undefined;
|
615
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
616
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
612
617
|
blockHash?: `0x${string}` | null | undefined;
|
613
618
|
blockNumber?: `0x${string}` | null | undefined;
|
614
619
|
from?: `0x${string}` | undefined;
|
615
|
-
gas?: `0x${string}` | undefined;
|
616
620
|
hash?: `0x${string}` | undefined;
|
617
621
|
input?: `0x${string}` | undefined;
|
618
622
|
nonce?: `0x${string}` | undefined;
|
@@ -621,10 +625,6 @@ export declare const zora: {
|
|
621
625
|
to?: `0x${string}` | null | undefined;
|
622
626
|
transactionIndex?: `0x${string}` | null | undefined;
|
623
627
|
v?: `0x${string}` | undefined;
|
624
|
-
value?: `0x${string}` | undefined;
|
625
|
-
gasPrice?: `0x${string}` | undefined;
|
626
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
627
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
628
628
|
accessList?: import("../../index.js").AccessList | undefined;
|
629
629
|
chainId?: `0x${string}` | undefined;
|
630
630
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -633,10 +633,14 @@ export declare const zora: {
|
|
633
633
|
sourceHash?: undefined;
|
634
634
|
}) | ({
|
635
635
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
636
|
+
gas?: `0x${string}` | undefined;
|
637
|
+
value?: `0x${string}` | undefined;
|
638
|
+
gasPrice?: `0x${string}` | undefined;
|
639
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
640
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
636
641
|
blockHash?: `0x${string}` | null | undefined;
|
637
642
|
blockNumber?: `0x${string}` | null | undefined;
|
638
643
|
from?: `0x${string}` | undefined;
|
639
|
-
gas?: `0x${string}` | undefined;
|
640
644
|
hash?: `0x${string}` | undefined;
|
641
645
|
input?: `0x${string}` | undefined;
|
642
646
|
nonce?: `0x${string}` | undefined;
|
@@ -645,10 +649,6 @@ export declare const zora: {
|
|
645
649
|
to?: `0x${string}` | null | undefined;
|
646
650
|
transactionIndex?: `0x${string}` | null | undefined;
|
647
651
|
v?: `0x${string}` | undefined;
|
648
|
-
value?: `0x${string}` | undefined;
|
649
|
-
gasPrice?: `0x${string}` | undefined;
|
650
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
651
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
652
652
|
accessList?: import("../../index.js").AccessList | undefined;
|
653
653
|
chainId?: `0x${string}` | undefined;
|
654
654
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -657,10 +657,14 @@ export declare const zora: {
|
|
657
657
|
sourceHash?: undefined;
|
658
658
|
}) | ({
|
659
659
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
660
|
+
gas?: `0x${string}` | undefined;
|
661
|
+
value?: `0x${string}` | undefined;
|
662
|
+
gasPrice?: `0x${string}` | undefined;
|
663
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
664
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
660
665
|
blockHash?: `0x${string}` | null | undefined;
|
661
666
|
blockNumber?: `0x${string}` | null | undefined;
|
662
667
|
from?: `0x${string}` | undefined;
|
663
|
-
gas?: `0x${string}` | undefined;
|
664
668
|
hash?: `0x${string}` | undefined;
|
665
669
|
input?: `0x${string}` | undefined;
|
666
670
|
nonce?: `0x${string}` | undefined;
|
@@ -669,10 +673,6 @@ export declare const zora: {
|
|
669
673
|
to?: `0x${string}` | null | undefined;
|
670
674
|
transactionIndex?: `0x${string}` | null | undefined;
|
671
675
|
v?: `0x${string}` | undefined;
|
672
|
-
value?: `0x${string}` | undefined;
|
673
|
-
gasPrice?: `0x${string}` | undefined;
|
674
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
675
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
676
676
|
accessList?: import("../../index.js").AccessList | undefined;
|
677
677
|
chainId?: `0x${string}` | undefined;
|
678
678
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -681,10 +681,14 @@ export declare const zora: {
|
|
681
681
|
sourceHash?: undefined;
|
682
682
|
}) | ({
|
683
683
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
684
|
+
gas?: `0x${string}` | undefined;
|
685
|
+
value?: `0x${string}` | undefined;
|
686
|
+
gasPrice?: `0x${string}` | undefined;
|
687
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
688
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
684
689
|
blockHash?: `0x${string}` | null | undefined;
|
685
690
|
blockNumber?: `0x${string}` | null | undefined;
|
686
691
|
from?: `0x${string}` | undefined;
|
687
|
-
gas?: `0x${string}` | undefined;
|
688
692
|
hash?: `0x${string}` | undefined;
|
689
693
|
input?: `0x${string}` | undefined;
|
690
694
|
nonce?: `0x${string}` | undefined;
|
@@ -693,10 +697,6 @@ export declare const zora: {
|
|
693
697
|
to?: `0x${string}` | null | undefined;
|
694
698
|
transactionIndex?: `0x${string}` | null | undefined;
|
695
699
|
v?: `0x${string}` | undefined;
|
696
|
-
value?: `0x${string}` | undefined;
|
697
|
-
gasPrice?: `0x${string}` | undefined;
|
698
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
699
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
700
700
|
accessList?: import("../../index.js").AccessList | undefined;
|
701
701
|
chainId?: `0x${string}` | undefined;
|
702
702
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -706,10 +706,14 @@ export declare const zora: {
|
|
706
706
|
type: "0x7e";
|
707
707
|
}) | ({
|
708
708
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
709
|
+
gas?: `0x${string}` | undefined;
|
710
|
+
value?: `0x${string}` | undefined;
|
711
|
+
gasPrice?: `0x${string}` | undefined;
|
712
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
713
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
709
714
|
blockHash?: `0x${string}` | null | undefined;
|
710
715
|
blockNumber?: `0x${string}` | null | undefined;
|
711
716
|
from?: `0x${string}` | undefined;
|
712
|
-
gas?: `0x${string}` | undefined;
|
713
717
|
hash?: `0x${string}` | undefined;
|
714
718
|
input?: `0x${string}` | undefined;
|
715
719
|
nonce?: `0x${string}` | undefined;
|
@@ -718,10 +722,6 @@ export declare const zora: {
|
|
718
722
|
to?: `0x${string}` | null | undefined;
|
719
723
|
transactionIndex?: `0x${string}` | null | undefined;
|
720
724
|
v?: `0x${string}` | undefined;
|
721
|
-
value?: `0x${string}` | undefined;
|
722
|
-
gasPrice?: `0x${string}` | undefined;
|
723
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
724
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
725
725
|
accessList?: import("../../index.js").AccessList | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
727
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -730,10 +730,14 @@ export declare const zora: {
|
|
730
730
|
sourceHash?: undefined;
|
731
731
|
}) | ({
|
732
732
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
733
|
+
gas?: `0x${string}` | undefined;
|
734
|
+
value?: `0x${string}` | undefined;
|
735
|
+
gasPrice?: `0x${string}` | undefined;
|
736
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
737
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
733
738
|
blockHash?: `0x${string}` | null | undefined;
|
734
739
|
blockNumber?: `0x${string}` | null | undefined;
|
735
740
|
from?: `0x${string}` | undefined;
|
736
|
-
gas?: `0x${string}` | undefined;
|
737
741
|
hash?: `0x${string}` | undefined;
|
738
742
|
input?: `0x${string}` | undefined;
|
739
743
|
nonce?: `0x${string}` | undefined;
|
@@ -742,10 +746,6 @@ export declare const zora: {
|
|
742
746
|
to?: `0x${string}` | null | undefined;
|
743
747
|
transactionIndex?: `0x${string}` | null | undefined;
|
744
748
|
v?: `0x${string}` | undefined;
|
745
|
-
value?: `0x${string}` | undefined;
|
746
|
-
gasPrice?: `0x${string}` | undefined;
|
747
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
748
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
749
749
|
accessList?: import("../../index.js").AccessList | undefined;
|
750
750
|
chainId?: `0x${string}` | undefined;
|
751
751
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -754,10 +754,14 @@ export declare const zora: {
|
|
754
754
|
sourceHash?: undefined;
|
755
755
|
}) | ({
|
756
756
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
757
|
+
gas?: `0x${string}` | undefined;
|
758
|
+
value?: `0x${string}` | undefined;
|
759
|
+
gasPrice?: `0x${string}` | undefined;
|
760
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
761
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
757
762
|
blockHash?: `0x${string}` | null | undefined;
|
758
763
|
blockNumber?: `0x${string}` | null | undefined;
|
759
764
|
from?: `0x${string}` | undefined;
|
760
|
-
gas?: `0x${string}` | undefined;
|
761
765
|
hash?: `0x${string}` | undefined;
|
762
766
|
input?: `0x${string}` | undefined;
|
763
767
|
nonce?: `0x${string}` | undefined;
|
@@ -766,10 +770,6 @@ export declare const zora: {
|
|
766
770
|
to?: `0x${string}` | null | undefined;
|
767
771
|
transactionIndex?: `0x${string}` | null | undefined;
|
768
772
|
v?: `0x${string}` | undefined;
|
769
|
-
value?: `0x${string}` | undefined;
|
770
|
-
gasPrice?: `0x${string}` | undefined;
|
771
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
772
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
773
773
|
accessList?: import("../../index.js").AccessList | undefined;
|
774
774
|
chainId?: `0x${string}` | undefined;
|
775
775
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -778,10 +778,14 @@ export declare const zora: {
|
|
778
778
|
sourceHash?: undefined;
|
779
779
|
}) | ({
|
780
780
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
781
|
+
gas?: `0x${string}` | undefined;
|
782
|
+
value?: `0x${string}` | undefined;
|
783
|
+
gasPrice?: `0x${string}` | undefined;
|
784
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
785
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
781
786
|
blockHash?: `0x${string}` | null | undefined;
|
782
787
|
blockNumber?: `0x${string}` | null | undefined;
|
783
788
|
from?: `0x${string}` | undefined;
|
784
|
-
gas?: `0x${string}` | undefined;
|
785
789
|
hash?: `0x${string}` | undefined;
|
786
790
|
input?: `0x${string}` | undefined;
|
787
791
|
nonce?: `0x${string}` | undefined;
|
@@ -790,10 +794,6 @@ export declare const zora: {
|
|
790
794
|
to?: `0x${string}` | null | undefined;
|
791
795
|
transactionIndex?: `0x${string}` | null | undefined;
|
792
796
|
v?: `0x${string}` | undefined;
|
793
|
-
value?: `0x${string}` | undefined;
|
794
|
-
gasPrice?: `0x${string}` | undefined;
|
795
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
796
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
797
797
|
accessList?: import("../../index.js").AccessList | undefined;
|
798
798
|
chainId?: `0x${string}` | undefined;
|
799
799
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -998,7 +998,7 @@ export declare const zora: {
|
|
998
998
|
};
|
999
999
|
readonly transactionReceipt: {
|
1000
1000
|
exclude: [] | undefined;
|
1001
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1001
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1002
1002
|
blockHash: `0x${string}`;
|
1003
1003
|
blockNumber: bigint;
|
1004
1004
|
contractAddress: `0x${string}` | null;
|
@@ -1024,8 +1024,8 @@ export declare const zora: {
|
|
1024
1024
|
fees?: import("../../index.js").ChainFees<{
|
1025
1025
|
readonly block: {
|
1026
1026
|
exclude: [] | undefined;
|
1027
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1028
|
-
transactions: `0x${string}`[] | import("../
|
1027
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../optimism/types.js").OptimismRpcBlockOverrides & {
|
1028
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismRpcTransaction[];
|
1029
1029
|
}>) => {
|
1030
1030
|
baseFeePerGas: bigint | null;
|
1031
1031
|
difficulty: bigint;
|
@@ -1046,7 +1046,7 @@ export declare const zora: {
|
|
1046
1046
|
stateRoot: `0x${string}`;
|
1047
1047
|
timestamp: bigint;
|
1048
1048
|
totalDifficulty: bigint | null;
|
1049
|
-
transactions: `0x${string}`[] | import("../
|
1049
|
+
transactions: `0x${string}`[] | import("../optimism/types.js").OptimismTransaction[];
|
1050
1050
|
transactionsRoot: `0x${string}`;
|
1051
1051
|
uncles: `0x${string}`[];
|
1052
1052
|
} & {};
|
@@ -1056,10 +1056,14 @@ export declare const zora: {
|
|
1056
1056
|
exclude: [] | undefined;
|
1057
1057
|
format: (args: ({
|
1058
1058
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1059
|
+
gas?: `0x${string}` | undefined;
|
1060
|
+
value?: `0x${string}` | undefined;
|
1061
|
+
gasPrice?: `0x${string}` | undefined;
|
1062
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1063
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1059
1064
|
blockHash?: `0x${string}` | null | undefined;
|
1060
1065
|
blockNumber?: `0x${string}` | null | undefined;
|
1061
1066
|
from?: `0x${string}` | undefined;
|
1062
|
-
gas?: `0x${string}` | undefined;
|
1063
1067
|
hash?: `0x${string}` | undefined;
|
1064
1068
|
input?: `0x${string}` | undefined;
|
1065
1069
|
nonce?: `0x${string}` | undefined;
|
@@ -1068,10 +1072,6 @@ export declare const zora: {
|
|
1068
1072
|
to?: `0x${string}` | null | undefined;
|
1069
1073
|
transactionIndex?: `0x${string}` | null | undefined;
|
1070
1074
|
v?: `0x${string}` | undefined;
|
1071
|
-
value?: `0x${string}` | undefined;
|
1072
|
-
gasPrice?: `0x${string}` | undefined;
|
1073
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1074
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1075
1075
|
accessList?: undefined;
|
1076
1076
|
chainId?: `0x${string}` | undefined;
|
1077
1077
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1080,10 +1080,14 @@ export declare const zora: {
|
|
1080
1080
|
sourceHash?: undefined;
|
1081
1081
|
}) | ({
|
1082
1082
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1083
|
+
gas?: `0x${string}` | undefined;
|
1084
|
+
value?: `0x${string}` | undefined;
|
1085
|
+
gasPrice?: `0x${string}` | undefined;
|
1086
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1087
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1083
1088
|
blockHash?: `0x${string}` | null | undefined;
|
1084
1089
|
blockNumber?: `0x${string}` | null | undefined;
|
1085
1090
|
from?: `0x${string}` | undefined;
|
1086
|
-
gas?: `0x${string}` | undefined;
|
1087
1091
|
hash?: `0x${string}` | undefined;
|
1088
1092
|
input?: `0x${string}` | undefined;
|
1089
1093
|
nonce?: `0x${string}` | undefined;
|
@@ -1092,10 +1096,6 @@ export declare const zora: {
|
|
1092
1096
|
to?: `0x${string}` | null | undefined;
|
1093
1097
|
transactionIndex?: `0x${string}` | null | undefined;
|
1094
1098
|
v?: `0x${string}` | undefined;
|
1095
|
-
value?: `0x${string}` | undefined;
|
1096
|
-
gasPrice?: `0x${string}` | undefined;
|
1097
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1098
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1099
1099
|
accessList?: undefined;
|
1100
1100
|
chainId?: `0x${string}` | undefined;
|
1101
1101
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1105,10 +1105,14 @@ export declare const zora: {
|
|
1105
1105
|
type: "0x7e";
|
1106
1106
|
}) | ({
|
1107
1107
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1108
|
+
gas?: `0x${string}` | undefined;
|
1109
|
+
value?: `0x${string}` | undefined;
|
1110
|
+
gasPrice?: `0x${string}` | undefined;
|
1111
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1112
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1108
1113
|
blockHash?: `0x${string}` | null | undefined;
|
1109
1114
|
blockNumber?: `0x${string}` | null | undefined;
|
1110
1115
|
from?: `0x${string}` | undefined;
|
1111
|
-
gas?: `0x${string}` | undefined;
|
1112
1116
|
hash?: `0x${string}` | undefined;
|
1113
1117
|
input?: `0x${string}` | undefined;
|
1114
1118
|
nonce?: `0x${string}` | undefined;
|
@@ -1117,10 +1121,6 @@ export declare const zora: {
|
|
1117
1121
|
to?: `0x${string}` | null | undefined;
|
1118
1122
|
transactionIndex?: `0x${string}` | null | undefined;
|
1119
1123
|
v?: `0x${string}` | undefined;
|
1120
|
-
value?: `0x${string}` | undefined;
|
1121
|
-
gasPrice?: `0x${string}` | undefined;
|
1122
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1123
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1124
1124
|
accessList?: import("../../index.js").AccessList | undefined;
|
1125
1125
|
chainId?: `0x${string}` | undefined;
|
1126
1126
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1129,10 +1129,14 @@ export declare const zora: {
|
|
1129
1129
|
sourceHash?: undefined;
|
1130
1130
|
}) | ({
|
1131
1131
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1132
|
+
gas?: `0x${string}` | undefined;
|
1133
|
+
value?: `0x${string}` | undefined;
|
1134
|
+
gasPrice?: `0x${string}` | undefined;
|
1135
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1136
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1132
1137
|
blockHash?: `0x${string}` | null | undefined;
|
1133
1138
|
blockNumber?: `0x${string}` | null | undefined;
|
1134
1139
|
from?: `0x${string}` | undefined;
|
1135
|
-
gas?: `0x${string}` | undefined;
|
1136
1140
|
hash?: `0x${string}` | undefined;
|
1137
1141
|
input?: `0x${string}` | undefined;
|
1138
1142
|
nonce?: `0x${string}` | undefined;
|
@@ -1141,10 +1145,6 @@ export declare const zora: {
|
|
1141
1145
|
to?: `0x${string}` | null | undefined;
|
1142
1146
|
transactionIndex?: `0x${string}` | null | undefined;
|
1143
1147
|
v?: `0x${string}` | undefined;
|
1144
|
-
value?: `0x${string}` | undefined;
|
1145
|
-
gasPrice?: `0x${string}` | undefined;
|
1146
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1147
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1148
1148
|
accessList?: import("../../index.js").AccessList | undefined;
|
1149
1149
|
chainId?: `0x${string}` | undefined;
|
1150
1150
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1153,10 +1153,14 @@ export declare const zora: {
|
|
1153
1153
|
sourceHash?: undefined;
|
1154
1154
|
}) | ({
|
1155
1155
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1156
|
+
gas?: `0x${string}` | undefined;
|
1157
|
+
value?: `0x${string}` | undefined;
|
1158
|
+
gasPrice?: `0x${string}` | undefined;
|
1159
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1160
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1156
1161
|
blockHash?: `0x${string}` | null | undefined;
|
1157
1162
|
blockNumber?: `0x${string}` | null | undefined;
|
1158
1163
|
from?: `0x${string}` | undefined;
|
1159
|
-
gas?: `0x${string}` | undefined;
|
1160
1164
|
hash?: `0x${string}` | undefined;
|
1161
1165
|
input?: `0x${string}` | undefined;
|
1162
1166
|
nonce?: `0x${string}` | undefined;
|
@@ -1165,10 +1169,6 @@ export declare const zora: {
|
|
1165
1169
|
to?: `0x${string}` | null | undefined;
|
1166
1170
|
transactionIndex?: `0x${string}` | null | undefined;
|
1167
1171
|
v?: `0x${string}` | undefined;
|
1168
|
-
value?: `0x${string}` | undefined;
|
1169
|
-
gasPrice?: `0x${string}` | undefined;
|
1170
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1171
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1172
1172
|
accessList?: import("../../index.js").AccessList | undefined;
|
1173
1173
|
chainId?: `0x${string}` | undefined;
|
1174
1174
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1177,10 +1177,14 @@ export declare const zora: {
|
|
1177
1177
|
sourceHash?: undefined;
|
1178
1178
|
}) | ({
|
1179
1179
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1180
|
+
gas?: `0x${string}` | undefined;
|
1181
|
+
value?: `0x${string}` | undefined;
|
1182
|
+
gasPrice?: `0x${string}` | undefined;
|
1183
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1184
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1180
1185
|
blockHash?: `0x${string}` | null | undefined;
|
1181
1186
|
blockNumber?: `0x${string}` | null | undefined;
|
1182
1187
|
from?: `0x${string}` | undefined;
|
1183
|
-
gas?: `0x${string}` | undefined;
|
1184
1188
|
hash?: `0x${string}` | undefined;
|
1185
1189
|
input?: `0x${string}` | undefined;
|
1186
1190
|
nonce?: `0x${string}` | undefined;
|
@@ -1189,10 +1193,6 @@ export declare const zora: {
|
|
1189
1193
|
to?: `0x${string}` | null | undefined;
|
1190
1194
|
transactionIndex?: `0x${string}` | null | undefined;
|
1191
1195
|
v?: `0x${string}` | undefined;
|
1192
|
-
value?: `0x${string}` | undefined;
|
1193
|
-
gasPrice?: `0x${string}` | undefined;
|
1194
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1195
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1196
1196
|
accessList?: import("../../index.js").AccessList | undefined;
|
1197
1197
|
chainId?: `0x${string}` | undefined;
|
1198
1198
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1202,10 +1202,14 @@ export declare const zora: {
|
|
1202
1202
|
type: "0x7e";
|
1203
1203
|
}) | ({
|
1204
1204
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1205
|
+
gas?: `0x${string}` | undefined;
|
1206
|
+
value?: `0x${string}` | undefined;
|
1207
|
+
gasPrice?: `0x${string}` | undefined;
|
1208
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1209
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1205
1210
|
blockHash?: `0x${string}` | null | undefined;
|
1206
1211
|
blockNumber?: `0x${string}` | null | undefined;
|
1207
1212
|
from?: `0x${string}` | undefined;
|
1208
|
-
gas?: `0x${string}` | undefined;
|
1209
1213
|
hash?: `0x${string}` | undefined;
|
1210
1214
|
input?: `0x${string}` | undefined;
|
1211
1215
|
nonce?: `0x${string}` | undefined;
|
@@ -1214,10 +1218,6 @@ export declare const zora: {
|
|
1214
1218
|
to?: `0x${string}` | null | undefined;
|
1215
1219
|
transactionIndex?: `0x${string}` | null | undefined;
|
1216
1220
|
v?: `0x${string}` | undefined;
|
1217
|
-
value?: `0x${string}` | undefined;
|
1218
|
-
gasPrice?: `0x${string}` | undefined;
|
1219
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1220
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1221
1221
|
accessList?: import("../../index.js").AccessList | undefined;
|
1222
1222
|
chainId?: `0x${string}` | undefined;
|
1223
1223
|
} & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
@@ -1226,10 +1226,14 @@ export declare const zora: {
|
|
1226
1226
|
sourceHash?: undefined;
|
1227
1227
|
}) | ({
|
1228
1228
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1229
|
+
gas?: `0x${string}` | undefined;
|
1230
|
+
value?: `0x${string}` | undefined;
|
1231
|
+
gasPrice?: `0x${string}` | undefined;
|
1232
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1233
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1229
1234
|
blockHash?: `0x${string}` | null | undefined;
|
1230
1235
|
blockNumber?: `0x${string}` | null | undefined;
|
1231
1236
|
from?: `0x${string}` | undefined;
|
1232
|
-
gas?: `0x${string}` | undefined;
|
1233
1237
|
hash?: `0x${string}` | undefined;
|
1234
1238
|
input?: `0x${string}` | undefined;
|
1235
1239
|
nonce?: `0x${string}` | undefined;
|
@@ -1238,10 +1242,6 @@ export declare const zora: {
|
|
1238
1242
|
to?: `0x${string}` | null | undefined;
|
1239
1243
|
transactionIndex?: `0x${string}` | null | undefined;
|
1240
1244
|
v?: `0x${string}` | undefined;
|
1241
|
-
value?: `0x${string}` | undefined;
|
1242
|
-
gasPrice?: `0x${string}` | undefined;
|
1243
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1244
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1245
1245
|
accessList?: import("../../index.js").AccessList | undefined;
|
1246
1246
|
chainId?: `0x${string}` | undefined;
|
1247
1247
|
} & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
@@ -1250,10 +1250,14 @@ export declare const zora: {
|
|
1250
1250
|
sourceHash?: undefined;
|
1251
1251
|
}) | ({
|
1252
1252
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1253
|
+
gas?: `0x${string}` | undefined;
|
1254
|
+
value?: `0x${string}` | undefined;
|
1255
|
+
gasPrice?: `0x${string}` | undefined;
|
1256
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1257
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1253
1258
|
blockHash?: `0x${string}` | null | undefined;
|
1254
1259
|
blockNumber?: `0x${string}` | null | undefined;
|
1255
1260
|
from?: `0x${string}` | undefined;
|
1256
|
-
gas?: `0x${string}` | undefined;
|
1257
1261
|
hash?: `0x${string}` | undefined;
|
1258
1262
|
input?: `0x${string}` | undefined;
|
1259
1263
|
nonce?: `0x${string}` | undefined;
|
@@ -1262,10 +1266,6 @@ export declare const zora: {
|
|
1262
1266
|
to?: `0x${string}` | null | undefined;
|
1263
1267
|
transactionIndex?: `0x${string}` | null | undefined;
|
1264
1268
|
v?: `0x${string}` | undefined;
|
1265
|
-
value?: `0x${string}` | undefined;
|
1266
|
-
gasPrice?: `0x${string}` | undefined;
|
1267
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1268
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1269
1269
|
accessList?: import("../../index.js").AccessList | undefined;
|
1270
1270
|
chainId?: `0x${string}` | undefined;
|
1271
1271
|
} & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
@@ -1274,10 +1274,14 @@ export declare const zora: {
|
|
1274
1274
|
sourceHash?: undefined;
|
1275
1275
|
}) | ({
|
1276
1276
|
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
1277
|
+
gas?: `0x${string}` | undefined;
|
1278
|
+
value?: `0x${string}` | undefined;
|
1279
|
+
gasPrice?: `0x${string}` | undefined;
|
1280
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
1281
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1277
1282
|
blockHash?: `0x${string}` | null | undefined;
|
1278
1283
|
blockNumber?: `0x${string}` | null | undefined;
|
1279
1284
|
from?: `0x${string}` | undefined;
|
1280
|
-
gas?: `0x${string}` | undefined;
|
1281
1285
|
hash?: `0x${string}` | undefined;
|
1282
1286
|
input?: `0x${string}` | undefined;
|
1283
1287
|
nonce?: `0x${string}` | undefined;
|
@@ -1286,10 +1290,6 @@ export declare const zora: {
|
|
1286
1290
|
to?: `0x${string}` | null | undefined;
|
1287
1291
|
transactionIndex?: `0x${string}` | null | undefined;
|
1288
1292
|
v?: `0x${string}` | undefined;
|
1289
|
-
value?: `0x${string}` | undefined;
|
1290
|
-
gasPrice?: `0x${string}` | undefined;
|
1291
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
1292
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
1293
1293
|
accessList?: import("../../index.js").AccessList | undefined;
|
1294
1294
|
chainId?: `0x${string}` | undefined;
|
1295
1295
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -1494,7 +1494,7 @@ export declare const zora: {
|
|
1494
1494
|
};
|
1495
1495
|
readonly transactionReceipt: {
|
1496
1496
|
exclude: [] | undefined;
|
1497
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1497
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../optimism/types.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1498
1498
|
blockHash: `0x${string}`;
|
1499
1499
|
blockNumber: bigint;
|
1500
1500
|
contractAddress: `0x${string}` | null;
|