Type Alias alloy_consensus::transaction::Bytes48
source · pub type Bytes48 = FixedBytes<48>;
Expand description
A commitment/proof serialized as 0x-prefixed hex string
Aliased Type§
struct Bytes48(pub [u8; 48]);
Fields§
§0: [u8; 48]