pub fn try_get_vec_u8_from_bn(bn_jsv: &JsValue) -> Result<Vec<u8>, Error>
Obtain Vec<u8> from the supplied big number
Vec<u8>