Trait snarkvm_parameters::traits::parameter::Parameter[][src]

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

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

Associated Constants

Required methods

Implementors