Skip to main content

encode_arguments

Function encode_arguments 

Source
pub fn encode_arguments(
    function: &FunctionArtifact,
    args: &[AbiValue],
) -> Result<Vec<Fr>, Error>
Expand description

ABI-encode a function’s arguments into field elements.