Type Alias Blob

Source
pub type Blob = FixedBytes<BYTES_PER_BLOB>;
Expand description

A Blob serialized as 0x-prefixed hex string

Aliased Type§

#[repr(transparent)]
pub struct Blob(pub [u8; 131072]);

Tuple Fields§

§0: [u8; 131072]