Function hotshot_builder_api::v0_1::builder::try_extract_param

source ยท
pub(crate) fn try_extract_param<T: for<'a> TryFrom<&'a TaggedBase64>>(
    params: &RequestParams,
    param_name: &str,
) -> Result<T, Error>