pub fn parse_fixed_len_constr_fields<'a, const LEN: usize>(
    v: &'a [PlutusData],
) -> Result<&'a [PlutusData; LEN], PlutusDataError>
Expand description

Given a vector of PlutusData, parse it as an array whose length is known at compile time.