Skip to main content

RawProofFile

Type Alias RawProofFile 

Source
pub type RawProofFile = Vec<u8>;
Expand description

Represents a raw proof file, typically a byte vector. This was at the top of the original proof.rs file.

Aliased Typeยง

pub struct RawProofFile { /* private fields */ }