pub trait ContractContext {
// Provided method
fn poll_valid(&self) -> bool { ... }
}
Expand description
Trait for Contexts
Provided Methods§
Sourcefn poll_valid(&self) -> bool
fn poll_valid(&self) -> bool
Check wether the clauses are still met, true by default.