Struct everscale_types::boc::ser::BocHeader
source · pub struct BocHeader<'a, S = RandomState> { /* private fields */ }Expand description
Intermediate BOC serializer state.
Implementations§
source§impl<'a, S> BocHeader<'a, S>where
S: BuildHasher + Default,
impl<'a, S> BocHeader<'a, S>where S: BuildHasher + Default,
source§impl<'a, S> BocHeader<'a, S>where
S: BuildHasher,
impl<'a, S> BocHeader<'a, S>where S: BuildHasher,
sourcepub fn without_hashes(self, without_hashes: bool) -> Self
pub fn without_hashes(self, without_hashes: bool) -> Self
Prevents hashes from being stored in the encoded BOC.
(overwrites descriptor flag store_hashes during serialization).