Trait zebra_state::arbitrary::Prepare
source · pub trait Prepare {
// Required method
fn prepare(self) -> SemanticallyVerifiedBlock;
}
Expand description
Mocks computation done during semantic validation
Required Methods§
sourcefn prepare(self) -> SemanticallyVerifiedBlock
fn prepare(self) -> SemanticallyVerifiedBlock
Runs block semantic validation computation, and returns the result. Test-only method.