Skip to content

Commit

Permalink
Merge pull request #215 from prxgr4mm3r/add-flat-event-field-kind
Browse files Browse the repository at this point in the history
Add flat event field kind (#215)

Co-Authored-By: prxgr4mmer <[email protected]>
  • Loading branch information
ArielElp and prxgr4mmer authored Sep 18, 2024
2 parents e5ce8c6 + 173d8cf commit 6d88b73
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 6d88b73

Please sign in to comment.