We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0671851 commit 385cab5Copy full SHA for 385cab5
1 file changed
src/query.rs
@@ -174,6 +174,7 @@ pub enum TransactionField {
174
GasUsed,
175
ContractAddress,
176
LogsBloom,
177
+ #[strum(serialize = "type")] // just for test
178
Kind,
179
Root,
180
Status,
0 commit comments