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 7a1edad commit ca5257f
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 @@ -82,17 +82,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 ca5257f

Please sign in to comment.