parse_calls_from_input

Function parse_calls_from_input 

Source
pub async fn parse_calls_from_input(
    input: &[String],
) -> Result<Vec<ContractCallImport>>
Expand description

Auxiliary function to parse base64 encoded contract calls from provided input or fallback to stdin if its empty.