Registry / crypto / sov-rollup-interface

sov-rollup-interface

JSON →
library0.3.0rscratesunverified

Defines interfaces for building rollups with the Sovereign SDK.

# Cargo.toml [dependencies] sov-rollup-interface = "0.3.0"
INSTALL
IMPORT
SIG · SOV-ROLLUP-INTERFA
S
sov-rollup-interface
cryptorustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rollup
use sov_rollup_interface::Rollup;

Implements the Rollup trait for a custom rollup.

use sov_rollup_interface::Rollup; struct MyRollup; impl Rollup for MyRollup { type Context = (); fn apply_slot(&mut self, _context: Self::Context) {} }
Debug
Known issues
breakingInterface is experimental and may change
fix
Pin to a specific version and follow SDK updates
affects: >=0.1.0 <1.0.0
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Bingbot
1
Resources