Skip to main content

ProverInput

Trait ProverInput 

Source
pub trait ProverInput {
    // Required method
    fn to_prover_map(&self) -> HashMap<String, String>;
}

Required Methods§

Source

fn to_prover_map(&self) -> HashMap<String, String>

Flat map of field name -> hex value for Prover.toml generation.

Implementors§