pub type BlobMetadata = BlobMetadataV53;Aliased Type§
pub struct BlobMetadata {
pub merkle_leaves: Vec<[u8; 32]>,
pub format: BlobFormatV53,
}Fields§
§merkle_leaves: Vec<[u8; 32]>§format: BlobFormatV53pub type BlobMetadata = BlobMetadataV53;pub struct BlobMetadata {
pub merkle_leaves: Vec<[u8; 32]>,
pub format: BlobFormatV53,
}merkle_leaves: Vec<[u8; 32]>§format: BlobFormatV53