alloy_eips::eip4844

Type Alias Blob

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

A Blob serialized as 0x-prefixed hex string

Aliased Type§

struct Blob(pub [u8; 131072]);

Fields§

§0: [u8; 131072]