Skip to main content

SP1CoreProof

Type Alias SP1CoreProof 

Source
pub type SP1CoreProof = SP1ProofWithMetadata<SP1CoreProofData>;
Expand description

A proof of an SP1 program without any wrapping.

Aliased Type§

pub struct SP1CoreProof {
    pub proof: SP1CoreProofData,
    pub stdin: SP1Stdin,
    pub public_values: SP1PublicValues,
    pub cycles: u64,
}

Fields§

§proof: SP1CoreProofData§stdin: SP1Stdin§public_values: SP1PublicValues§cycles: u64