Skip to main content

constructor_with_args

Function constructor_with_args 

Source
pub(crate) fn constructor_with_args(abi: &JsonAbi) -> Result<&Constructor>
Expand description

Returns the constructor of abi, failing if there is none or it takes no arguments.