pub fn try_get_vec_u8_from_bn_prop( jsv: &JsValue, prop: &str, ) -> Result<Vec<u8>, Error>
Obtain a Vec<u8> from the property prop expressed as a big number
Vec<u8>
prop