Trait cardano_serialization_lib::chain_core::property::BlockId
source · pub trait BlockId:
Eq
+ Ord
+ Clone
+ Debug
+ Hash
+ Serialize
+ Deserialize {
// Required method
fn zero() -> Self;
}
Expand description
Trait identifying the block identifier type.
Required Methods§
Object Safety§
This trait is not object safe.