Skip to content

Commit

Permalink
Add flat event field kind
Browse files Browse the repository at this point in the history
  • Loading branch information
prxgr4mmer committed Jul 16, 2024
1 parent e5ce8c6 commit 173d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/starknet_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"title": "kind",
"description": "specifies how the field should be serialized, via the starknet::Event trait or the serde::Serde trait",
"type": "string",
"enum": ["key", "data", "nested"]
"enum": ["key", "data", "nested", "flat"]
}
},
"required": ["name", "type", "kind"]
Expand Down

0 comments on commit 173d8cf

Please sign in to comment.