1 2 3 4 5 6 7 8 9 10 11
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
impl_id!(
pub MilestoneId,
32,
"A milestone identifier, the BLAKE2b-256 hash of the milestone bytes. See <https://www.blake2.net/> for more information."
);
#[cfg(feature = "serde")]
string_serde_impl!(MilestoneId);