pub type SignedCommitment = SingletonCommitment<UltrametricCloseTo<2>>;Expand description
The cost-model commitment type for the signed variant — the
architectural SingletonCommitment<…> shape.
Aliased Type§
pub struct SignedCommitment {
pub predicate: UltrametricCloseTo<2>,
}Fields§
§predicate: UltrametricCloseTo<2>The wrapped typed-observable predicate.