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.
pub async fn parse_calls_from_input(
input: &[String],
) -> Result<Vec<ContractCallImport>>Auxiliary function to parse base64 encoded contract calls from provided input or fallback to stdin if its empty.