Function workflow_wasm::utils::try_get_vec_u8_from_bn
source · pub fn try_get_vec_u8_from_bn(bn_jsv: &JsValue) -> Result<Vec<u8>, JsValue>Expand description
Obtain Vec<u8> from the supplied big number
pub fn try_get_vec_u8_from_bn(bn_jsv: &JsValue) -> Result<Vec<u8>, JsValue>Obtain Vec<u8> from the supplied big number