Skip to content

Commit

Permalink
feat: add support for flat event kind (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Nov 8, 2023
1 parent a34f94f commit cfa3c43
Show file tree
Hide file tree
Showing 9 changed files with 3,459 additions and 3,551 deletions.
1 change: 1 addition & 0 deletions starknet-core/src/types/contract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ pub enum EventFieldKind {
Key,
Data,
Nested,
Flat,
}

mod errors {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sierra_class_hash": "0x44e480d55027249b998947f6b19f89d7269bdfe67773911353f51eb4f966097",
"compiled_class_hash": "0x8aa1a7821c084c82e13a617f169e5cdb8ddb3ab9e65cc3d120ea299fd22ca"
"sierra_class_hash": "0x16197dd41cfcf33993ffce9ef107cd50f707315eea88394f939fca238fb0f52",
"compiled_class_hash": "0x24c23011777822949ba7da73033d587cf74e1727f45e585b358d9425dc8b933"
}
Loading

0 comments on commit cfa3c43

Please sign in to comment.