We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07136c7 commit 65fa572Copy full SHA for 65fa572
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@envio-dev/hypersync-client",
3
"description": "HyperSync Client by Envio",
4
- "version": "0.6.6",
+ "version": "0.6.7",
5
"main": "index.js",
6
"types": "index.d.ts",
7
"napi": {
src/query.rs
@@ -188,6 +188,7 @@ pub enum TraceField {
188
TraceAddress,
189
TransactionHash,
190
TransactionPosition,
191
+ #[serde(rename = "type")]
192
Kind,
193
Error,
194
}
0 commit comments