Skip to content

Commit

Permalink
cleanup unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed May 12, 2024
1 parent 16e900f commit b31df7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ pub struct Keccak256Hash {
pub value: u256
}

#[derive(Default, Drop, Serde)]
pub struct StorageSlot {
value: u256,
}

#[derive(Drop, Serde)]
pub enum OptionsSet {
StorageHash,
Expand Down

0 comments on commit b31df7b

Please sign in to comment.