Skip to main content

encode_value

Function encode_value 

Source
pub fn encode_value(
    typ: &AbiType,
    value: &AbiValue,
    out: &mut Vec<Fr>,
) -> Result<(), Error>