Clique WASM Types
Add this dependency to your Cargo.toml:
= "0.1"
# or use no std version
= { = "0.1", = ["alloc"] }
Add this dependency to your Cargo.toml:
clique-wasm-types = "0.1"
# or use no std version
clique-wasm-types = { version = "0.1", features = ["alloc"] }