Function bytes_from_fields
pub fn bytes_from_fields<let N: u32>(
fields: BoundedVec<Field, N>,
) -> BoundedVec<u8, N * 31>
👎
Deprecated: use decode_bytes_from_fields from bytes_as_fields
pub fn bytes_from_fields<let N: u32>(
fields: BoundedVec<Field, N>,
) -> BoundedVec<u8, N * 31>