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