0xSpaceShard / starknet-devnet-rs

A local testnet for Starknet... in Rust
https://0xspaceshard.github.io/starknet-devnet-rs/
MIT License
104 stars 60 forks source link

State update multiplicity #485

Open FabijanC opened 3 months ago

FabijanC commented 3 months ago

We have 2 files called state_update.rs and in state.rs we have several structs related to state update, including one called StateUpdate.

Does it have to be like that?