Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas192 committed Mar 8, 2024
1 parent 97c2902 commit 5c60c89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/appchain.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,13 @@ mod appchain {

#[derive(Drop, starknet::Event)]
struct LogStateUpdate {
#[key]
state_root: felt252,
#[key]
block_number: felt252,
#[key]
block_hash: felt252,
}

#[derive(Drop, starknet::Event)]
struct LogStateTransitionFact {
#[key]
state_transition_fact: felt252,
}

Expand Down

0 comments on commit 5c60c89

Please sign in to comment.