pub type Blob = FixedBytes<BYTES_PER_BLOB>;
A Blob serialized as 0x-prefixed hex string
#[repr(transparent)]pub struct Blob(pub [u8; 131072]);
0: [u8; 131072]