ByteArray

Type Alias ByteArray 

Source
pub type ByteArray<Size> = GenericArray<u8, Size>;
Expand description

Array of bytes representing a scalar serialized as a big endian integer.

Aliased Typeยง

pub struct ByteArray<Size> { /* private fields */ }