Trait snarkvm_models::parameters::parameters::Parameter[][src]

pub trait Parameter {
    const CHECKSUM: &'static str;
    const SIZE: u64;

    fn load_bytes() -> Result<Vec<u8>, ParameterError>;
}

Associated Constants

const CHECKSUM: &'static str[src]

const SIZE: u64[src]

Loading content...

Required methods

Loading content...

Implementors

Loading content...