Function get_json_block_expanded

Source
pub fn get_json_block_expanded<C: Signing + Context>(
    in_str: &str,
    sender: Option<String>,
    secp: &Secp256k1<C>,
    wallet: Option<Wallet<'_>>,
    seed: Option<&str>,
    variables: Option<HashMap<String, String>>,
    fail_if_variable_not_present: bool,
) -> Result<Value, TerraRustCLIError>
Expand description

convert a input parameter into json, expanding the JSON returned with environment variables input can either be a json string, a file, or ‘-’ to read stdin.