parse_constructor_args

Function parse_constructor_args 

Source
async fn parse_constructor_args(
    bytecode: Bytes,
    contract: Address,
    config: &Config,
    abi_path: Option<String>,
) -> Result<Vec<String>>
Expand description

Fetches the constructor arguments values and types from the creation bytecode and ABI.