viem 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +8 -0
- package/_cjs/chains/definitions/holesky.js.map +1 -1
- package/_cjs/chains/definitions/iotex.js +6 -0
- package/_cjs/chains/definitions/iotex.js.map +1 -1
- package/_cjs/chains/definitions/iotexTestnet.js +1 -0
- package/_cjs/chains/definitions/iotexTestnet.js.map +1 -1
- package/_cjs/chains/definitions/oortmainnetDev.js +27 -0
- package/_cjs/chains/definitions/oortmainnetDev.js.map +1 -0
- package/_cjs/chains/index.js +4 -2
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/formatters/block.js +4 -0
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js +9 -0
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js +6 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +1 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/actions/public/getTransaction.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +8 -0
- package/_esm/chains/definitions/holesky.js.map +1 -1
- package/_esm/chains/definitions/iotex.js +6 -0
- package/_esm/chains/definitions/iotex.js.map +1 -1
- package/_esm/chains/definitions/iotexTestnet.js +1 -0
- package/_esm/chains/definitions/iotexTestnet.js.map +1 -1
- package/_esm/chains/definitions/oortmainnetDev.js +24 -0
- package/_esm/chains/definitions/oortmainnetDev.js.map +1 -0
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/formatters/block.js +4 -0
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/transaction.js +9 -0
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js +6 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +1 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +2 -1
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +375 -65
- package/_types/chains/celo/chainConfig.d.ts.map +1 -1
- package/_types/chains/celo/formatters.d.ts +375 -65
- package/_types/chains/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/base.d.ts +279 -49
- package/_types/chains/definitions/base.d.ts.map +1 -1
- package/_types/chains/definitions/baseGoerli.d.ts +279 -49
- package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/baseSepolia.d.ts +279 -49
- package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/celo.d.ts +375 -65
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +375 -65
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/holesky.d.ts +8 -0
- package/_types/chains/definitions/holesky.d.ts.map +1 -1
- package/_types/chains/definitions/iotex.d.ts +6 -8
- package/_types/chains/definitions/iotex.d.ts.map +1 -1
- package/_types/chains/definitions/iotexTestnet.d.ts +1 -1
- package/_types/chains/definitions/iotexTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/oortmainnetDev.d.ts +39 -0
- package/_types/chains/definitions/oortmainnetDev.d.ts.map +1 -0
- package/_types/chains/definitions/optimism.d.ts +279 -49
- package/_types/chains/definitions/optimism.d.ts.map +1 -1
- package/_types/chains/definitions/optimismGoerli.d.ts +279 -49
- package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
- package/_types/chains/definitions/optimismSepolia.d.ts +279 -49
- package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/pgn.d.ts +279 -49
- package/_types/chains/definitions/pgn.d.ts.map +1 -1
- package/_types/chains/definitions/pgnTestnet.d.ts +279 -49
- package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSync.d.ts +122 -6
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +122 -6
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +279 -49
- package/_types/chains/definitions/zora.d.ts.map +1 -1
- package/_types/chains/definitions/zoraSepolia.d.ts +279 -49
- package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
- package/_types/chains/definitions/zoraTestnet.d.ts +279 -49
- package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +279 -49
- package/_types/chains/opStack/chainConfig.d.ts.map +1 -1
- package/_types/chains/opStack/formatters.d.ts +279 -49
- package/_types/chains/opStack/formatters.d.ts.map +1 -1
- package/_types/chains/zksync/chainConfig.d.ts +122 -6
- package/_types/chains/zksync/chainConfig.d.ts.map +1 -1
- package/_types/chains/zksync/formatters.d.ts +122 -6
- package/_types/chains/zksync/formatters.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +2 -2
- package/_types/index.d.ts.map +1 -1
- package/_types/types/block.d.ts +4 -0
- package/_types/types/block.d.ts.map +1 -1
- package/_types/types/fee.d.ts +9 -3
- package/_types/types/fee.d.ts.map +1 -1
- package/_types/types/rpc.d.ts +2 -2
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +20 -5
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +387 -2
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +2 -1
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/actions/public/getTransaction.ts +2 -1
- package/chains/definitions/holesky.ts +8 -0
- package/chains/definitions/iotex.ts +6 -0
- package/chains/definitions/iotexTestnet.ts +1 -0
- package/chains/definitions/oortmainnetDev.ts +24 -0
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
- package/types/block.ts +4 -0
- package/types/fee.ts +14 -2
- package/types/rpc.ts +3 -1
- package/types/transaction.ts +37 -6
- package/utils/formatters/block.ts +4 -0
- package/utils/formatters/transaction.ts +9 -0
- package/utils/formatters/transactionReceipt.ts +8 -1
- package/utils/formatters/transactionRequest.ts +1 -0
@@ -7,7 +7,9 @@ export declare const formatters: {
|
|
7
7
|
transactions: Hash[] | CeloRpcTransaction[];
|
8
8
|
}>) => {
|
9
9
|
baseFeePerGas: bigint | null;
|
10
|
+
blobGasUsed: bigint;
|
10
11
|
difficulty: bigint;
|
12
|
+
excessBlobGas: bigint;
|
11
13
|
extraData: `0x${string}`;
|
12
14
|
gasLimit: bigint;
|
13
15
|
gasUsed: bigint;
|
@@ -46,11 +48,17 @@ export declare const formatters: {
|
|
46
48
|
readonly transaction: {
|
47
49
|
exclude: [] | undefined;
|
48
50
|
format: (args: ({
|
51
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
52
|
+
gas?: `0x${string}` | undefined;
|
53
|
+
value?: `0x${string}` | undefined;
|
54
|
+
gasPrice?: `0x${string}` | undefined;
|
55
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
56
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
57
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
49
58
|
yParity?: `0x${string}` | undefined;
|
50
59
|
blockHash?: `0x${string}` | null | undefined;
|
51
60
|
blockNumber?: `0x${string}` | null | undefined;
|
52
61
|
from?: `0x${string}` | undefined;
|
53
|
-
gas?: `0x${string}` | undefined;
|
54
62
|
hash?: `0x${string}` | undefined;
|
55
63
|
input?: `0x${string}` | undefined;
|
56
64
|
nonce?: `0x${string}` | undefined;
|
@@ -59,23 +67,25 @@ export declare const formatters: {
|
|
59
67
|
to?: `0x${string}` | null | undefined;
|
60
68
|
transactionIndex?: `0x${string}` | null | undefined;
|
61
69
|
v?: `0x${string}` | undefined;
|
62
|
-
value?: `0x${string}` | undefined;
|
63
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
64
|
-
gasPrice?: `0x${string}` | undefined;
|
65
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
66
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
67
70
|
accessList?: undefined;
|
71
|
+
blobVersionedHashes?: undefined;
|
68
72
|
chainId?: `0x${string}` | undefined;
|
69
73
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
70
74
|
feeCurrency: `0x${string}` | null;
|
71
75
|
gatewayFee: `0x${string}` | null;
|
72
76
|
gatewayFeeRecipient: `0x${string}` | null;
|
73
77
|
}) | ({
|
78
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
79
|
+
gas?: `0x${string}` | undefined;
|
80
|
+
value?: `0x${string}` | undefined;
|
81
|
+
gasPrice?: `0x${string}` | undefined;
|
82
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
83
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
84
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
74
85
|
yParity?: `0x${string}` | undefined;
|
75
86
|
blockHash?: `0x${string}` | null | undefined;
|
76
87
|
blockNumber?: `0x${string}` | null | undefined;
|
77
88
|
from?: `0x${string}` | undefined;
|
78
|
-
gas?: `0x${string}` | undefined;
|
79
89
|
hash?: `0x${string}` | undefined;
|
80
90
|
input?: `0x${string}` | undefined;
|
81
91
|
nonce?: `0x${string}` | undefined;
|
@@ -84,12 +94,8 @@ export declare const formatters: {
|
|
84
94
|
to?: `0x${string}` | null | undefined;
|
85
95
|
transactionIndex?: `0x${string}` | null | undefined;
|
86
96
|
v?: `0x${string}` | undefined;
|
87
|
-
value?: `0x${string}` | undefined;
|
88
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
89
|
-
gasPrice?: `0x${string}` | undefined;
|
90
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
91
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
92
97
|
accessList?: undefined;
|
98
|
+
blobVersionedHashes?: undefined;
|
93
99
|
chainId?: `0x${string}` | undefined;
|
94
100
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
95
101
|
feeCurrency: `0x${string}` | null;
|
@@ -97,11 +103,17 @@ export declare const formatters: {
|
|
97
103
|
gatewayFeeRecipient: `0x${string}` | null;
|
98
104
|
type: "0x7c";
|
99
105
|
}) | ({
|
106
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
107
|
+
gas?: `0x${string}` | undefined;
|
108
|
+
value?: `0x${string}` | undefined;
|
109
|
+
gasPrice?: `0x${string}` | undefined;
|
110
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
111
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
112
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
100
113
|
yParity?: `0x${string}` | undefined;
|
101
114
|
blockHash?: `0x${string}` | null | undefined;
|
102
115
|
blockNumber?: `0x${string}` | null | undefined;
|
103
116
|
from?: `0x${string}` | undefined;
|
104
|
-
gas?: `0x${string}` | undefined;
|
105
117
|
hash?: `0x${string}` | undefined;
|
106
118
|
input?: `0x${string}` | undefined;
|
107
119
|
nonce?: `0x${string}` | undefined;
|
@@ -110,12 +122,8 @@ export declare const formatters: {
|
|
110
122
|
to?: `0x${string}` | null | undefined;
|
111
123
|
transactionIndex?: `0x${string}` | null | undefined;
|
112
124
|
v?: `0x${string}` | undefined;
|
113
|
-
value?: `0x${string}` | undefined;
|
114
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
115
|
-
gasPrice?: `0x${string}` | undefined;
|
116
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
117
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
118
125
|
accessList?: undefined;
|
126
|
+
blobVersionedHashes?: undefined;
|
119
127
|
chainId?: `0x${string}` | undefined;
|
120
128
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
121
129
|
feeCurrency: `0x${string}` | null;
|
@@ -123,11 +131,17 @@ export declare const formatters: {
|
|
123
131
|
gatewayFeeRecipient?: undefined;
|
124
132
|
type: "0x7b";
|
125
133
|
}) | ({
|
134
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
135
|
+
gas?: `0x${string}` | undefined;
|
136
|
+
value?: `0x${string}` | undefined;
|
137
|
+
gasPrice?: `0x${string}` | undefined;
|
138
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
139
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
140
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
126
141
|
yParity?: `0x${string}` | undefined;
|
127
142
|
blockHash?: `0x${string}` | null | undefined;
|
128
143
|
blockNumber?: `0x${string}` | null | undefined;
|
129
144
|
from?: `0x${string}` | undefined;
|
130
|
-
gas?: `0x${string}` | undefined;
|
131
145
|
hash?: `0x${string}` | undefined;
|
132
146
|
input?: `0x${string}` | undefined;
|
133
147
|
nonce?: `0x${string}` | undefined;
|
@@ -136,23 +150,52 @@ export declare const formatters: {
|
|
136
150
|
to?: `0x${string}` | null | undefined;
|
137
151
|
transactionIndex?: `0x${string}` | null | undefined;
|
138
152
|
v?: `0x${string}` | undefined;
|
153
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
154
|
+
blobVersionedHashes?: undefined;
|
155
|
+
chainId?: `0x${string}` | undefined;
|
156
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
157
|
+
feeCurrency: `0x${string}` | null;
|
158
|
+
gatewayFee: `0x${string}` | null;
|
159
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
160
|
+
}) | ({
|
161
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
162
|
+
gas?: `0x${string}` | undefined;
|
139
163
|
value?: `0x${string}` | undefined;
|
140
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
141
164
|
gasPrice?: `0x${string}` | undefined;
|
165
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
142
166
|
maxFeePerGas?: `0x${string}` | undefined;
|
143
167
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
168
|
+
yParity?: `0x${string}` | undefined;
|
169
|
+
blockHash?: `0x${string}` | null | undefined;
|
170
|
+
blockNumber?: `0x${string}` | null | undefined;
|
171
|
+
from?: `0x${string}` | undefined;
|
172
|
+
hash?: `0x${string}` | undefined;
|
173
|
+
input?: `0x${string}` | undefined;
|
174
|
+
nonce?: `0x${string}` | undefined;
|
175
|
+
r?: `0x${string}` | undefined;
|
176
|
+
s?: `0x${string}` | undefined;
|
177
|
+
to?: `0x${string}` | null | undefined;
|
178
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
179
|
+
v?: `0x${string}` | undefined;
|
144
180
|
accessList?: import("../../index.js").AccessList | undefined;
|
181
|
+
blobVersionedHashes?: undefined;
|
145
182
|
chainId?: `0x${string}` | undefined;
|
146
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
183
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
147
184
|
feeCurrency: `0x${string}` | null;
|
148
185
|
gatewayFee: `0x${string}` | null;
|
149
186
|
gatewayFeeRecipient: `0x${string}` | null;
|
150
187
|
}) | ({
|
188
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
189
|
+
gas?: `0x${string}` | undefined;
|
190
|
+
value?: `0x${string}` | undefined;
|
191
|
+
gasPrice?: `0x${string}` | undefined;
|
192
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
193
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
194
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
151
195
|
yParity?: `0x${string}` | undefined;
|
152
196
|
blockHash?: `0x${string}` | null | undefined;
|
153
197
|
blockNumber?: `0x${string}` | null | undefined;
|
154
198
|
from?: `0x${string}` | undefined;
|
155
|
-
gas?: `0x${string}` | undefined;
|
156
199
|
hash?: `0x${string}` | undefined;
|
157
200
|
input?: `0x${string}` | undefined;
|
158
201
|
nonce?: `0x${string}` | undefined;
|
@@ -161,23 +204,53 @@ export declare const formatters: {
|
|
161
204
|
to?: `0x${string}` | null | undefined;
|
162
205
|
transactionIndex?: `0x${string}` | null | undefined;
|
163
206
|
v?: `0x${string}` | undefined;
|
207
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
208
|
+
blobVersionedHashes?: undefined;
|
209
|
+
chainId?: `0x${string}` | undefined;
|
210
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
211
|
+
feeCurrency: `0x${string}` | null;
|
212
|
+
gatewayFee: `0x${string}` | null;
|
213
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
214
|
+
}) | ({
|
215
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
216
|
+
gas?: `0x${string}` | undefined;
|
164
217
|
value?: `0x${string}` | undefined;
|
165
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
166
218
|
gasPrice?: `0x${string}` | undefined;
|
219
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
167
220
|
maxFeePerGas?: `0x${string}` | undefined;
|
168
221
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
222
|
+
yParity?: `0x${string}` | undefined;
|
223
|
+
blockHash?: `0x${string}` | null | undefined;
|
224
|
+
blockNumber?: `0x${string}` | null | undefined;
|
225
|
+
from?: `0x${string}` | undefined;
|
226
|
+
hash?: `0x${string}` | undefined;
|
227
|
+
input?: `0x${string}` | undefined;
|
228
|
+
nonce?: `0x${string}` | undefined;
|
229
|
+
r?: `0x${string}` | undefined;
|
230
|
+
s?: `0x${string}` | undefined;
|
231
|
+
to?: `0x${string}` | null | undefined;
|
232
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
233
|
+
v?: `0x${string}` | undefined;
|
169
234
|
accessList?: import("../../index.js").AccessList | undefined;
|
235
|
+
blobVersionedHashes?: undefined;
|
170
236
|
chainId?: `0x${string}` | undefined;
|
171
|
-
} &
|
237
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
172
238
|
feeCurrency: `0x${string}` | null;
|
173
239
|
gatewayFee: `0x${string}` | null;
|
174
240
|
gatewayFeeRecipient: `0x${string}` | null;
|
241
|
+
type: "0x7c";
|
175
242
|
}) | ({
|
243
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
244
|
+
gas?: `0x${string}` | undefined;
|
245
|
+
value?: `0x${string}` | undefined;
|
246
|
+
gasPrice?: `0x${string}` | undefined;
|
247
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
248
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
249
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
176
250
|
yParity?: `0x${string}` | undefined;
|
177
251
|
blockHash?: `0x${string}` | null | undefined;
|
178
252
|
blockNumber?: `0x${string}` | null | undefined;
|
179
253
|
from?: `0x${string}` | undefined;
|
180
|
-
gas?: `0x${string}` | undefined;
|
181
254
|
hash?: `0x${string}` | undefined;
|
182
255
|
input?: `0x${string}` | undefined;
|
183
256
|
nonce?: `0x${string}` | undefined;
|
@@ -186,23 +259,53 @@ export declare const formatters: {
|
|
186
259
|
to?: `0x${string}` | null | undefined;
|
187
260
|
transactionIndex?: `0x${string}` | null | undefined;
|
188
261
|
v?: `0x${string}` | undefined;
|
262
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
263
|
+
blobVersionedHashes?: undefined;
|
264
|
+
chainId?: `0x${string}` | undefined;
|
265
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
266
|
+
feeCurrency: `0x${string}` | null;
|
267
|
+
gatewayFee?: undefined;
|
268
|
+
gatewayFeeRecipient?: undefined;
|
269
|
+
type: "0x7b";
|
270
|
+
}) | ({
|
271
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
272
|
+
gas?: `0x${string}` | undefined;
|
189
273
|
value?: `0x${string}` | undefined;
|
190
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
191
274
|
gasPrice?: `0x${string}` | undefined;
|
275
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
192
276
|
maxFeePerGas?: `0x${string}` | undefined;
|
193
277
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
278
|
+
yParity?: `0x${string}` | undefined;
|
279
|
+
blockHash?: `0x${string}` | null | undefined;
|
280
|
+
blockNumber?: `0x${string}` | null | undefined;
|
281
|
+
from?: `0x${string}` | undefined;
|
282
|
+
hash?: `0x${string}` | undefined;
|
283
|
+
input?: `0x${string}` | undefined;
|
284
|
+
nonce?: `0x${string}` | undefined;
|
285
|
+
r?: `0x${string}` | undefined;
|
286
|
+
s?: `0x${string}` | undefined;
|
287
|
+
to?: `0x${string}` | null | undefined;
|
288
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
289
|
+
v?: `0x${string}` | undefined;
|
194
290
|
accessList?: import("../../index.js").AccessList | undefined;
|
291
|
+
blobVersionedHashes?: undefined;
|
195
292
|
chainId?: `0x${string}` | undefined;
|
196
|
-
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").
|
293
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
197
294
|
feeCurrency: `0x${string}` | null;
|
198
295
|
gatewayFee: `0x${string}` | null;
|
199
296
|
gatewayFeeRecipient: `0x${string}` | null;
|
200
297
|
}) | ({
|
298
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
299
|
+
gas?: `0x${string}` | undefined;
|
300
|
+
value?: `0x${string}` | undefined;
|
301
|
+
gasPrice?: `0x${string}` | undefined;
|
302
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
303
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
304
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
201
305
|
yParity?: `0x${string}` | undefined;
|
202
306
|
blockHash?: `0x${string}` | null | undefined;
|
203
307
|
blockNumber?: `0x${string}` | null | undefined;
|
204
308
|
from?: `0x${string}` | undefined;
|
205
|
-
gas?: `0x${string}` | undefined;
|
206
309
|
hash?: `0x${string}` | undefined;
|
207
310
|
input?: `0x${string}` | undefined;
|
208
311
|
nonce?: `0x${string}` | undefined;
|
@@ -211,24 +314,52 @@ export declare const formatters: {
|
|
211
314
|
to?: `0x${string}` | null | undefined;
|
212
315
|
transactionIndex?: `0x${string}` | null | undefined;
|
213
316
|
v?: `0x${string}` | undefined;
|
317
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
318
|
+
blobVersionedHashes?: undefined;
|
319
|
+
chainId?: `0x${string}` | undefined;
|
320
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
321
|
+
feeCurrency: `0x${string}` | null;
|
322
|
+
gatewayFee: `0x${string}` | null;
|
323
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
324
|
+
}) | ({
|
325
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
326
|
+
gas?: `0x${string}` | undefined;
|
214
327
|
value?: `0x${string}` | undefined;
|
215
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
216
328
|
gasPrice?: `0x${string}` | undefined;
|
329
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
217
330
|
maxFeePerGas?: `0x${string}` | undefined;
|
218
331
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
332
|
+
yParity?: `0x${string}` | undefined;
|
333
|
+
blockHash?: `0x${string}` | null | undefined;
|
334
|
+
blockNumber?: `0x${string}` | null | undefined;
|
335
|
+
from?: `0x${string}` | undefined;
|
336
|
+
hash?: `0x${string}` | undefined;
|
337
|
+
input?: `0x${string}` | undefined;
|
338
|
+
nonce?: `0x${string}` | undefined;
|
339
|
+
r?: `0x${string}` | undefined;
|
340
|
+
s?: `0x${string}` | undefined;
|
341
|
+
to?: `0x${string}` | null | undefined;
|
342
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
343
|
+
v?: `0x${string}` | undefined;
|
219
344
|
accessList?: import("../../index.js").AccessList | undefined;
|
345
|
+
blobVersionedHashes?: undefined;
|
220
346
|
chainId?: `0x${string}` | undefined;
|
221
|
-
} & Omit<import("../../index.js").
|
347
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
222
348
|
feeCurrency: `0x${string}` | null;
|
223
349
|
gatewayFee: `0x${string}` | null;
|
224
350
|
gatewayFeeRecipient: `0x${string}` | null;
|
225
|
-
type: "0x7c";
|
226
351
|
}) | ({
|
352
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
353
|
+
gas?: `0x${string}` | undefined;
|
354
|
+
value?: `0x${string}` | undefined;
|
355
|
+
gasPrice?: `0x${string}` | undefined;
|
356
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
357
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
358
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
227
359
|
yParity?: `0x${string}` | undefined;
|
228
360
|
blockHash?: `0x${string}` | null | undefined;
|
229
361
|
blockNumber?: `0x${string}` | null | undefined;
|
230
362
|
from?: `0x${string}` | undefined;
|
231
|
-
gas?: `0x${string}` | undefined;
|
232
363
|
hash?: `0x${string}` | undefined;
|
233
364
|
input?: `0x${string}` | undefined;
|
234
365
|
nonce?: `0x${string}` | undefined;
|
@@ -237,12 +368,36 @@ export declare const formatters: {
|
|
237
368
|
to?: `0x${string}` | null | undefined;
|
238
369
|
transactionIndex?: `0x${string}` | null | undefined;
|
239
370
|
v?: `0x${string}` | undefined;
|
371
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
372
|
+
blobVersionedHashes?: undefined;
|
373
|
+
chainId?: `0x${string}` | undefined;
|
374
|
+
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
375
|
+
feeCurrency: `0x${string}` | null;
|
376
|
+
gatewayFee: `0x${string}` | null;
|
377
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
378
|
+
type: "0x7c";
|
379
|
+
}) | ({
|
380
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
381
|
+
gas?: `0x${string}` | undefined;
|
240
382
|
value?: `0x${string}` | undefined;
|
241
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
242
383
|
gasPrice?: `0x${string}` | undefined;
|
384
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
243
385
|
maxFeePerGas?: `0x${string}` | undefined;
|
244
386
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
387
|
+
yParity?: `0x${string}` | undefined;
|
388
|
+
blockHash?: `0x${string}` | null | undefined;
|
389
|
+
blockNumber?: `0x${string}` | null | undefined;
|
390
|
+
from?: `0x${string}` | undefined;
|
391
|
+
hash?: `0x${string}` | undefined;
|
392
|
+
input?: `0x${string}` | undefined;
|
393
|
+
nonce?: `0x${string}` | undefined;
|
394
|
+
r?: `0x${string}` | undefined;
|
395
|
+
s?: `0x${string}` | undefined;
|
396
|
+
to?: `0x${string}` | null | undefined;
|
397
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
398
|
+
v?: `0x${string}` | undefined;
|
245
399
|
accessList?: import("../../index.js").AccessList | undefined;
|
400
|
+
blobVersionedHashes?: undefined;
|
246
401
|
chainId?: `0x${string}` | undefined;
|
247
402
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
248
403
|
feeCurrency: `0x${string}` | null;
|
@@ -250,11 +405,17 @@ export declare const formatters: {
|
|
250
405
|
gatewayFeeRecipient?: undefined;
|
251
406
|
type: "0x7b";
|
252
407
|
}) | ({
|
408
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
409
|
+
gas?: `0x${string}` | undefined;
|
410
|
+
value?: `0x${string}` | undefined;
|
411
|
+
gasPrice?: `0x${string}` | undefined;
|
412
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
413
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
414
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
253
415
|
yParity?: `0x${string}` | undefined;
|
254
416
|
blockHash?: `0x${string}` | null | undefined;
|
255
417
|
blockNumber?: `0x${string}` | null | undefined;
|
256
418
|
from?: `0x${string}` | undefined;
|
257
|
-
gas?: `0x${string}` | undefined;
|
258
419
|
hash?: `0x${string}` | undefined;
|
259
420
|
input?: `0x${string}` | undefined;
|
260
421
|
nonce?: `0x${string}` | undefined;
|
@@ -263,23 +424,25 @@ export declare const formatters: {
|
|
263
424
|
to?: `0x${string}` | null | undefined;
|
264
425
|
transactionIndex?: `0x${string}` | null | undefined;
|
265
426
|
v?: `0x${string}` | undefined;
|
266
|
-
value?: `0x${string}` | undefined;
|
267
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
268
|
-
gasPrice?: `0x${string}` | undefined;
|
269
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
270
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
271
427
|
accessList?: import("../../index.js").AccessList | undefined;
|
428
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
272
429
|
chainId?: `0x${string}` | undefined;
|
273
430
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
274
431
|
feeCurrency: `0x${string}` | null;
|
275
432
|
gatewayFee: `0x${string}` | null;
|
276
433
|
gatewayFeeRecipient: `0x${string}` | null;
|
277
434
|
}) | ({
|
435
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
436
|
+
gas?: `0x${string}` | undefined;
|
437
|
+
value?: `0x${string}` | undefined;
|
438
|
+
gasPrice?: `0x${string}` | undefined;
|
439
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
440
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
441
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
278
442
|
yParity?: `0x${string}` | undefined;
|
279
443
|
blockHash?: `0x${string}` | null | undefined;
|
280
444
|
blockNumber?: `0x${string}` | null | undefined;
|
281
445
|
from?: `0x${string}` | undefined;
|
282
|
-
gas?: `0x${string}` | undefined;
|
283
446
|
hash?: `0x${string}` | undefined;
|
284
447
|
input?: `0x${string}` | undefined;
|
285
448
|
nonce?: `0x${string}` | undefined;
|
@@ -288,23 +451,25 @@ export declare const formatters: {
|
|
288
451
|
to?: `0x${string}` | null | undefined;
|
289
452
|
transactionIndex?: `0x${string}` | null | undefined;
|
290
453
|
v?: `0x${string}` | undefined;
|
291
|
-
value?: `0x${string}` | undefined;
|
292
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
293
|
-
gasPrice?: `0x${string}` | undefined;
|
294
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
295
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
296
454
|
accessList?: import("../../index.js").AccessList | undefined;
|
455
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
297
456
|
chainId?: `0x${string}` | undefined;
|
298
457
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
299
458
|
feeCurrency: `0x${string}` | null;
|
300
459
|
gatewayFee: `0x${string}` | null;
|
301
460
|
gatewayFeeRecipient: `0x${string}` | null;
|
302
461
|
}) | ({
|
462
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
463
|
+
gas?: `0x${string}` | undefined;
|
464
|
+
value?: `0x${string}` | undefined;
|
465
|
+
gasPrice?: `0x${string}` | undefined;
|
466
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
467
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
468
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
303
469
|
yParity?: `0x${string}` | undefined;
|
304
470
|
blockHash?: `0x${string}` | null | undefined;
|
305
471
|
blockNumber?: `0x${string}` | null | undefined;
|
306
472
|
from?: `0x${string}` | undefined;
|
307
|
-
gas?: `0x${string}` | undefined;
|
308
473
|
hash?: `0x${string}` | undefined;
|
309
474
|
input?: `0x${string}` | undefined;
|
310
475
|
nonce?: `0x${string}` | undefined;
|
@@ -313,23 +478,25 @@ export declare const formatters: {
|
|
313
478
|
to?: `0x${string}` | null | undefined;
|
314
479
|
transactionIndex?: `0x${string}` | null | undefined;
|
315
480
|
v?: `0x${string}` | undefined;
|
316
|
-
value?: `0x${string}` | undefined;
|
317
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
318
|
-
gasPrice?: `0x${string}` | undefined;
|
319
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
320
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
321
481
|
accessList?: import("../../index.js").AccessList | undefined;
|
482
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
322
483
|
chainId?: `0x${string}` | undefined;
|
323
484
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
324
485
|
feeCurrency: `0x${string}` | null;
|
325
486
|
gatewayFee: `0x${string}` | null;
|
326
487
|
gatewayFeeRecipient: `0x${string}` | null;
|
327
488
|
}) | ({
|
489
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
490
|
+
gas?: `0x${string}` | undefined;
|
491
|
+
value?: `0x${string}` | undefined;
|
492
|
+
gasPrice?: `0x${string}` | undefined;
|
493
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
494
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
495
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
328
496
|
yParity?: `0x${string}` | undefined;
|
329
497
|
blockHash?: `0x${string}` | null | undefined;
|
330
498
|
blockNumber?: `0x${string}` | null | undefined;
|
331
499
|
from?: `0x${string}` | undefined;
|
332
|
-
gas?: `0x${string}` | undefined;
|
333
500
|
hash?: `0x${string}` | undefined;
|
334
501
|
input?: `0x${string}` | undefined;
|
335
502
|
nonce?: `0x${string}` | undefined;
|
@@ -338,12 +505,35 @@ export declare const formatters: {
|
|
338
505
|
to?: `0x${string}` | null | undefined;
|
339
506
|
transactionIndex?: `0x${string}` | null | undefined;
|
340
507
|
v?: `0x${string}` | undefined;
|
508
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
509
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
510
|
+
chainId?: `0x${string}` | undefined;
|
511
|
+
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP4844<`0x${string}`, `0x${string}`, boolean, "0x3">, "yParity">, "typeHex"> & {
|
512
|
+
feeCurrency: `0x${string}` | null;
|
513
|
+
gatewayFee: `0x${string}` | null;
|
514
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
515
|
+
}) | ({
|
516
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
517
|
+
gas?: `0x${string}` | undefined;
|
341
518
|
value?: `0x${string}` | undefined;
|
342
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
343
519
|
gasPrice?: `0x${string}` | undefined;
|
520
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
344
521
|
maxFeePerGas?: `0x${string}` | undefined;
|
345
522
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
523
|
+
yParity?: `0x${string}` | undefined;
|
524
|
+
blockHash?: `0x${string}` | null | undefined;
|
525
|
+
blockNumber?: `0x${string}` | null | undefined;
|
526
|
+
from?: `0x${string}` | undefined;
|
527
|
+
hash?: `0x${string}` | undefined;
|
528
|
+
input?: `0x${string}` | undefined;
|
529
|
+
nonce?: `0x${string}` | undefined;
|
530
|
+
r?: `0x${string}` | undefined;
|
531
|
+
s?: `0x${string}` | undefined;
|
532
|
+
to?: `0x${string}` | null | undefined;
|
533
|
+
transactionIndex?: `0x${string}` | null | undefined;
|
534
|
+
v?: `0x${string}` | undefined;
|
346
535
|
accessList?: import("../../index.js").AccessList | undefined;
|
536
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
347
537
|
chainId?: `0x${string}` | undefined;
|
348
538
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
349
539
|
feeCurrency: `0x${string}` | null;
|
@@ -351,11 +541,17 @@ export declare const formatters: {
|
|
351
541
|
gatewayFeeRecipient: `0x${string}` | null;
|
352
542
|
type: "0x7c";
|
353
543
|
}) | ({
|
544
|
+
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b" | undefined;
|
545
|
+
gas?: `0x${string}` | undefined;
|
546
|
+
value?: `0x${string}` | undefined;
|
547
|
+
gasPrice?: `0x${string}` | undefined;
|
548
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
549
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
550
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
354
551
|
yParity?: `0x${string}` | undefined;
|
355
552
|
blockHash?: `0x${string}` | null | undefined;
|
356
553
|
blockNumber?: `0x${string}` | null | undefined;
|
357
554
|
from?: `0x${string}` | undefined;
|
358
|
-
gas?: `0x${string}` | undefined;
|
359
555
|
hash?: `0x${string}` | undefined;
|
360
556
|
input?: `0x${string}` | undefined;
|
361
557
|
nonce?: `0x${string}` | undefined;
|
@@ -364,12 +560,8 @@ export declare const formatters: {
|
|
364
560
|
to?: `0x${string}` | null | undefined;
|
365
561
|
transactionIndex?: `0x${string}` | null | undefined;
|
366
562
|
v?: `0x${string}` | undefined;
|
367
|
-
value?: `0x${string}` | undefined;
|
368
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
|
369
|
-
gasPrice?: `0x${string}` | undefined;
|
370
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
371
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
372
563
|
accessList?: import("../../index.js").AccessList | undefined;
|
564
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
373
565
|
chainId?: `0x${string}` | undefined;
|
374
566
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
375
567
|
feeCurrency: `0x${string}` | null;
|
@@ -377,10 +569,11 @@ export declare const formatters: {
|
|
377
569
|
gatewayFeeRecipient?: undefined;
|
378
570
|
type: "0x7b";
|
379
571
|
})) => ({
|
572
|
+
gas: bigint;
|
573
|
+
value: bigint;
|
380
574
|
blockHash: `0x${string}` | null;
|
381
575
|
blockNumber: bigint | null;
|
382
576
|
from: `0x${string}`;
|
383
|
-
gas: bigint;
|
384
577
|
hash: `0x${string}`;
|
385
578
|
input: `0x${string}`;
|
386
579
|
nonce: number;
|
@@ -390,11 +583,12 @@ export declare const formatters: {
|
|
390
583
|
transactionIndex: number | null;
|
391
584
|
typeHex: `0x${string}` | null;
|
392
585
|
v: bigint;
|
393
|
-
value: bigint;
|
394
586
|
gasPrice: bigint;
|
587
|
+
maxFeePerBlobGas?: undefined;
|
395
588
|
maxFeePerGas?: undefined;
|
396
589
|
maxPriorityFeePerGas?: undefined;
|
397
590
|
accessList?: undefined;
|
591
|
+
blobVersionedHashes?: undefined;
|
398
592
|
chainId?: number | undefined;
|
399
593
|
yParity?: undefined;
|
400
594
|
type: "legacy";
|
@@ -402,10 +596,11 @@ export declare const formatters: {
|
|
402
596
|
gatewayFee: bigint | null;
|
403
597
|
gatewayFeeRecipient: `0x${string}` | null;
|
404
598
|
} | {
|
599
|
+
gas: bigint;
|
600
|
+
value: bigint;
|
405
601
|
blockHash: `0x${string}` | null;
|
406
602
|
blockNumber: bigint | null;
|
407
603
|
from: `0x${string}`;
|
408
|
-
gas: bigint;
|
409
604
|
hash: `0x${string}`;
|
410
605
|
input: `0x${string}`;
|
411
606
|
nonce: number;
|
@@ -415,11 +610,12 @@ export declare const formatters: {
|
|
415
610
|
transactionIndex: number | null;
|
416
611
|
typeHex: `0x${string}` | null;
|
417
612
|
v: bigint;
|
418
|
-
value: bigint;
|
419
613
|
gasPrice: undefined;
|
614
|
+
maxFeePerBlobGas?: undefined;
|
420
615
|
maxFeePerGas: bigint;
|
421
616
|
maxPriorityFeePerGas: bigint;
|
422
617
|
accessList?: undefined;
|
618
|
+
blobVersionedHashes?: undefined;
|
423
619
|
chainId?: number | undefined;
|
424
620
|
yParity: number;
|
425
621
|
type: "cip42";
|
@@ -427,10 +623,11 @@ export declare const formatters: {
|
|
427
623
|
gatewayFee: bigint | null;
|
428
624
|
gatewayFeeRecipient: `0x${string}` | null;
|
429
625
|
} | {
|
626
|
+
gas: bigint;
|
627
|
+
value: bigint;
|
430
628
|
blockHash: `0x${string}` | null;
|
431
629
|
blockNumber: bigint | null;
|
432
630
|
from: `0x${string}`;
|
433
|
-
gas: bigint;
|
434
631
|
hash: `0x${string}`;
|
435
632
|
input: `0x${string}`;
|
436
633
|
nonce: number;
|
@@ -440,11 +637,12 @@ export declare const formatters: {
|
|
440
637
|
transactionIndex: number | null;
|
441
638
|
typeHex: `0x${string}` | null;
|
442
639
|
v: bigint;
|
443
|
-
value: bigint;
|
444
640
|
gasPrice: undefined;
|
641
|
+
maxFeePerBlobGas?: undefined;
|
445
642
|
maxFeePerGas: bigint;
|
446
643
|
maxPriorityFeePerGas: bigint;
|
447
644
|
accessList?: undefined;
|
645
|
+
blobVersionedHashes?: undefined;
|
448
646
|
chainId?: number | undefined;
|
449
647
|
yParity: number;
|
450
648
|
type: "cip64";
|
@@ -468,9 +666,11 @@ export declare const formatters: {
|
|
468
666
|
value: bigint;
|
469
667
|
yParity: number;
|
470
668
|
gasPrice: bigint;
|
669
|
+
maxFeePerBlobGas?: undefined;
|
471
670
|
maxFeePerGas?: undefined;
|
472
671
|
maxPriorityFeePerGas?: undefined;
|
473
672
|
accessList: import("../../index.js").AccessList;
|
673
|
+
blobVersionedHashes?: undefined;
|
474
674
|
chainId: number;
|
475
675
|
type: "eip2930";
|
476
676
|
feeCurrency: `0x${string}` | null;
|
@@ -493,9 +693,11 @@ export declare const formatters: {
|
|
493
693
|
value: bigint;
|
494
694
|
yParity: number;
|
495
695
|
gasPrice: undefined;
|
696
|
+
maxFeePerBlobGas?: undefined;
|
496
697
|
maxFeePerGas: bigint;
|
497
698
|
maxPriorityFeePerGas: bigint;
|
498
699
|
accessList: import("../../index.js").AccessList;
|
700
|
+
blobVersionedHashes?: undefined;
|
499
701
|
chainId: number;
|
500
702
|
type: "eip1559";
|
501
703
|
feeCurrency: `0x${string}` | null;
|
@@ -518,9 +720,11 @@ export declare const formatters: {
|
|
518
720
|
value: bigint;
|
519
721
|
yParity: number;
|
520
722
|
gasPrice: undefined;
|
723
|
+
maxFeePerBlobGas?: undefined;
|
521
724
|
maxFeePerGas: bigint;
|
522
725
|
maxPriorityFeePerGas: bigint;
|
523
726
|
accessList: import("../../index.js").AccessList;
|
727
|
+
blobVersionedHashes?: undefined;
|
524
728
|
chainId: number;
|
525
729
|
type: "cip42";
|
526
730
|
feeCurrency: `0x${string}` | null;
|
@@ -543,9 +747,11 @@ export declare const formatters: {
|
|
543
747
|
value: bigint;
|
544
748
|
yParity: number;
|
545
749
|
gasPrice: undefined;
|
750
|
+
maxFeePerBlobGas?: undefined;
|
546
751
|
maxFeePerGas: bigint;
|
547
752
|
maxPriorityFeePerGas: bigint;
|
548
753
|
accessList: import("../../index.js").AccessList;
|
754
|
+
blobVersionedHashes?: undefined;
|
549
755
|
chainId: number;
|
550
756
|
type: "cip64";
|
551
757
|
feeCurrency: `0x${string}` | null;
|
@@ -568,9 +774,11 @@ export declare const formatters: {
|
|
568
774
|
value: bigint;
|
569
775
|
yParity: number;
|
570
776
|
gasPrice: bigint;
|
777
|
+
maxFeePerBlobGas?: undefined;
|
571
778
|
maxFeePerGas: undefined;
|
572
779
|
maxPriorityFeePerGas: undefined;
|
573
780
|
accessList: import("../../index.js").AccessList;
|
781
|
+
blobVersionedHashes?: undefined;
|
574
782
|
chainId: number;
|
575
783
|
type: "eip2930";
|
576
784
|
feeCurrency: `0x${string}` | null;
|
@@ -593,9 +801,11 @@ export declare const formatters: {
|
|
593
801
|
value: bigint;
|
594
802
|
yParity: number;
|
595
803
|
gasPrice?: undefined;
|
804
|
+
maxFeePerBlobGas?: undefined;
|
596
805
|
maxFeePerGas: bigint;
|
597
806
|
maxPriorityFeePerGas: bigint;
|
598
807
|
accessList: import("../../index.js").AccessList;
|
808
|
+
blobVersionedHashes?: undefined;
|
599
809
|
chainId: number;
|
600
810
|
type: "eip1559";
|
601
811
|
feeCurrency: `0x${string}` | null;
|
@@ -618,9 +828,92 @@ export declare const formatters: {
|
|
618
828
|
value: bigint;
|
619
829
|
yParity: number;
|
620
830
|
gasPrice?: undefined;
|
831
|
+
maxFeePerBlobGas?: undefined;
|
832
|
+
maxFeePerGas: bigint;
|
833
|
+
maxPriorityFeePerGas: bigint;
|
834
|
+
accessList: import("../../index.js").AccessList;
|
835
|
+
blobVersionedHashes?: undefined;
|
836
|
+
chainId: number;
|
837
|
+
type: "cip42";
|
838
|
+
feeCurrency: `0x${string}` | null;
|
839
|
+
gatewayFee: bigint | null;
|
840
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
841
|
+
} | {
|
842
|
+
blockHash: `0x${string}` | null;
|
843
|
+
blockNumber: bigint | null;
|
844
|
+
from: `0x${string}`;
|
845
|
+
gas: bigint;
|
846
|
+
hash: `0x${string}`;
|
847
|
+
input: `0x${string}`;
|
848
|
+
nonce: number;
|
849
|
+
r: `0x${string}`;
|
850
|
+
s: `0x${string}`;
|
851
|
+
to: `0x${string}` | null;
|
852
|
+
transactionIndex: number | null;
|
853
|
+
typeHex: `0x${string}` | null;
|
854
|
+
v: bigint;
|
855
|
+
value: bigint;
|
856
|
+
yParity: number;
|
857
|
+
gasPrice?: undefined;
|
858
|
+
maxFeePerBlobGas?: undefined;
|
859
|
+
maxFeePerGas: bigint;
|
860
|
+
maxPriorityFeePerGas: bigint;
|
861
|
+
accessList: import("../../index.js").AccessList;
|
862
|
+
blobVersionedHashes?: undefined;
|
863
|
+
chainId: number;
|
864
|
+
type: "cip64";
|
865
|
+
feeCurrency: `0x${string}` | null;
|
866
|
+
gatewayFee?: undefined;
|
867
|
+
gatewayFeeRecipient?: undefined;
|
868
|
+
} | {
|
869
|
+
blockHash: `0x${string}` | null;
|
870
|
+
blockNumber: bigint | null;
|
871
|
+
from: `0x${string}`;
|
872
|
+
gas: bigint;
|
873
|
+
hash: `0x${string}`;
|
874
|
+
input: `0x${string}`;
|
875
|
+
nonce: number;
|
876
|
+
r: `0x${string}`;
|
877
|
+
s: `0x${string}`;
|
878
|
+
to: `0x${string}` | null;
|
879
|
+
transactionIndex: number | null;
|
880
|
+
typeHex: `0x${string}` | null;
|
881
|
+
v: bigint;
|
882
|
+
value: bigint;
|
883
|
+
yParity: number;
|
884
|
+
gasPrice?: undefined;
|
885
|
+
maxFeePerBlobGas: bigint;
|
886
|
+
maxFeePerGas: bigint;
|
887
|
+
maxPriorityFeePerGas: bigint;
|
888
|
+
accessList: import("../../index.js").AccessList;
|
889
|
+
blobVersionedHashes: `0x${string}`[];
|
890
|
+
chainId: number;
|
891
|
+
type: "eip4844";
|
892
|
+
feeCurrency: `0x${string}` | null;
|
893
|
+
gatewayFee: bigint | null;
|
894
|
+
gatewayFeeRecipient: `0x${string}` | null;
|
895
|
+
} | {
|
896
|
+
blockHash: `0x${string}` | null;
|
897
|
+
blockNumber: bigint | null;
|
898
|
+
from: `0x${string}`;
|
899
|
+
gas: bigint;
|
900
|
+
hash: `0x${string}`;
|
901
|
+
input: `0x${string}`;
|
902
|
+
nonce: number;
|
903
|
+
r: `0x${string}`;
|
904
|
+
s: `0x${string}`;
|
905
|
+
to: `0x${string}` | null;
|
906
|
+
transactionIndex: number | null;
|
907
|
+
typeHex: `0x${string}` | null;
|
908
|
+
v: bigint;
|
909
|
+
value: bigint;
|
910
|
+
yParity: number;
|
911
|
+
gasPrice?: undefined;
|
912
|
+
maxFeePerBlobGas: undefined;
|
621
913
|
maxFeePerGas: bigint;
|
622
914
|
maxPriorityFeePerGas: bigint;
|
623
915
|
accessList: import("../../index.js").AccessList;
|
916
|
+
blobVersionedHashes: `0x${string}`[];
|
624
917
|
chainId: number;
|
625
918
|
type: "cip42";
|
626
919
|
feeCurrency: `0x${string}` | null;
|
@@ -643,9 +936,11 @@ export declare const formatters: {
|
|
643
936
|
value: bigint;
|
644
937
|
yParity: number;
|
645
938
|
gasPrice?: undefined;
|
939
|
+
maxFeePerBlobGas: undefined;
|
646
940
|
maxFeePerGas: bigint;
|
647
941
|
maxPriorityFeePerGas: bigint;
|
648
942
|
accessList: import("../../index.js").AccessList;
|
943
|
+
blobVersionedHashes: `0x${string}`[];
|
649
944
|
chainId: number;
|
650
945
|
type: "cip64";
|
651
946
|
feeCurrency: `0x${string}` | null;
|
@@ -668,6 +963,7 @@ export declare const formatters: {
|
|
668
963
|
maxPriorityFeePerGas?: undefined;
|
669
964
|
accessList?: undefined;
|
670
965
|
type?: "0x0" | undefined;
|
966
|
+
maxFeePerBlobGas?: undefined;
|
671
967
|
feeCurrency?: `0x${string}` | undefined;
|
672
968
|
gatewayFee?: `0x${string}` | undefined;
|
673
969
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -683,6 +979,7 @@ export declare const formatters: {
|
|
683
979
|
maxPriorityFeePerGas?: undefined;
|
684
980
|
accessList?: import("../../index.js").AccessList | undefined;
|
685
981
|
type?: "0x1" | undefined;
|
982
|
+
maxFeePerBlobGas?: undefined;
|
686
983
|
feeCurrency?: `0x${string}` | undefined;
|
687
984
|
gatewayFee?: `0x${string}` | undefined;
|
688
985
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -698,6 +995,7 @@ export declare const formatters: {
|
|
698
995
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
699
996
|
accessList?: import("../../index.js").AccessList | undefined;
|
700
997
|
type?: "0x2" | undefined;
|
998
|
+
maxFeePerBlobGas?: undefined;
|
701
999
|
feeCurrency?: `0x${string}` | undefined;
|
702
1000
|
gatewayFee?: `0x${string}` | undefined;
|
703
1001
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -713,6 +1011,7 @@ export declare const formatters: {
|
|
713
1011
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
714
1012
|
accessList?: import("../../index.js").AccessList | undefined;
|
715
1013
|
type?: "0x7c" | undefined;
|
1014
|
+
maxFeePerBlobGas?: undefined;
|
716
1015
|
feeCurrency?: `0x${string}` | undefined;
|
717
1016
|
gatewayFee?: `0x${string}` | undefined;
|
718
1017
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -728,6 +1027,7 @@ export declare const formatters: {
|
|
728
1027
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
729
1028
|
accessList?: import("../../index.js").AccessList | undefined;
|
730
1029
|
type?: "0x7b" | undefined;
|
1030
|
+
maxFeePerBlobGas?: undefined;
|
731
1031
|
feeCurrency?: `0x${string}` | undefined;
|
732
1032
|
gatewayFee?: undefined;
|
733
1033
|
gatewayFeeRecipient?: undefined;
|
@@ -743,6 +1043,7 @@ export declare const formatters: {
|
|
743
1043
|
maxPriorityFeePerGas?: undefined;
|
744
1044
|
accessList?: undefined;
|
745
1045
|
type?: "0x0" | undefined;
|
1046
|
+
maxFeePerBlobGas?: undefined;
|
746
1047
|
feeCurrency?: `0x${string}` | undefined;
|
747
1048
|
gatewayFee?: `0x${string}` | undefined;
|
748
1049
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -758,6 +1059,7 @@ export declare const formatters: {
|
|
758
1059
|
maxPriorityFeePerGas?: undefined;
|
759
1060
|
accessList?: import("../../index.js").AccessList | undefined;
|
760
1061
|
type?: "0x1" | undefined;
|
1062
|
+
maxFeePerBlobGas?: undefined;
|
761
1063
|
feeCurrency?: `0x${string}` | undefined;
|
762
1064
|
gatewayFee?: `0x${string}` | undefined;
|
763
1065
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -773,6 +1075,7 @@ export declare const formatters: {
|
|
773
1075
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
774
1076
|
accessList?: import("../../index.js").AccessList | undefined;
|
775
1077
|
type?: "0x2" | undefined;
|
1078
|
+
maxFeePerBlobGas?: undefined;
|
776
1079
|
feeCurrency?: `0x${string}` | undefined;
|
777
1080
|
gatewayFee?: `0x${string}` | undefined;
|
778
1081
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -788,6 +1091,7 @@ export declare const formatters: {
|
|
788
1091
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
789
1092
|
accessList?: import("../../index.js").AccessList | undefined;
|
790
1093
|
type?: "0x7c" | undefined;
|
1094
|
+
maxFeePerBlobGas?: undefined;
|
791
1095
|
feeCurrency?: `0x${string}` | undefined;
|
792
1096
|
gatewayFee?: `0x${string}` | undefined;
|
793
1097
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -803,6 +1107,7 @@ export declare const formatters: {
|
|
803
1107
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
804
1108
|
accessList?: import("../../index.js").AccessList | undefined;
|
805
1109
|
type?: "0x7b" | undefined;
|
1110
|
+
maxFeePerBlobGas?: undefined;
|
806
1111
|
feeCurrency?: `0x${string}` | undefined;
|
807
1112
|
gatewayFee?: undefined;
|
808
1113
|
gatewayFeeRecipient?: undefined;
|
@@ -818,6 +1123,7 @@ export declare const formatters: {
|
|
818
1123
|
maxPriorityFeePerGas?: undefined;
|
819
1124
|
accessList?: undefined;
|
820
1125
|
type?: "0x0" | undefined;
|
1126
|
+
maxFeePerBlobGas?: undefined;
|
821
1127
|
feeCurrency?: `0x${string}` | undefined;
|
822
1128
|
gatewayFee?: `0x${string}` | undefined;
|
823
1129
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -833,6 +1139,7 @@ export declare const formatters: {
|
|
833
1139
|
maxPriorityFeePerGas?: undefined;
|
834
1140
|
accessList?: import("../../index.js").AccessList | undefined;
|
835
1141
|
type?: "0x1" | undefined;
|
1142
|
+
maxFeePerBlobGas?: undefined;
|
836
1143
|
feeCurrency?: `0x${string}` | undefined;
|
837
1144
|
gatewayFee?: `0x${string}` | undefined;
|
838
1145
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -848,6 +1155,7 @@ export declare const formatters: {
|
|
848
1155
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
849
1156
|
accessList?: import("../../index.js").AccessList | undefined;
|
850
1157
|
type?: "0x2" | undefined;
|
1158
|
+
maxFeePerBlobGas?: undefined;
|
851
1159
|
feeCurrency?: `0x${string}` | undefined;
|
852
1160
|
gatewayFee?: `0x${string}` | undefined;
|
853
1161
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -863,6 +1171,7 @@ export declare const formatters: {
|
|
863
1171
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
864
1172
|
accessList?: import("../../index.js").AccessList | undefined;
|
865
1173
|
type?: "0x7c" | undefined;
|
1174
|
+
maxFeePerBlobGas?: undefined;
|
866
1175
|
feeCurrency?: `0x${string}` | undefined;
|
867
1176
|
gatewayFee?: `0x${string}` | undefined;
|
868
1177
|
gatewayFeeRecipient?: `0x${string}` | undefined;
|
@@ -878,6 +1187,7 @@ export declare const formatters: {
|
|
878
1187
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
879
1188
|
accessList?: import("../../index.js").AccessList | undefined;
|
880
1189
|
type?: "0x7b" | undefined;
|
1190
|
+
maxFeePerBlobGas?: undefined;
|
881
1191
|
feeCurrency?: `0x${string}` | undefined;
|
882
1192
|
gatewayFee?: undefined;
|
883
1193
|
gatewayFeeRecipient?: undefined;
|