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