sov-rollup-interface 0.3.0

Defines interfaces for building rollups with the Sovereign SDK
Documentation
1
2
3
//! Defines useful cryptographic primitives that are needed by all sovereign-sdk rollups.
mod simple_hasher;
pub use simple_hasher::NoOpHasher;