pub type WhirProof = Proof;Expand description
Type alias for the whir proof.
Aliased Type§
pub struct WhirProof {
pub narg_string: Vec<u8>,
pub hints: Vec<u8>,
pub pattern: Vec<Interaction>,
}Fields§
§narg_string: Vec<u8>§hints: Vec<u8>§pattern: Vec<Interaction>