Trait diem_crypto::traits::Genesis
source · pub trait Genesis: PrivateKey {
// Required method
fn genesis() -> Self;
}Expand description
A type family with a by-convention notion of genesis private key.
pub trait Genesis: PrivateKey {
// Required method
fn genesis() -> Self;
}A type family with a by-convention notion of genesis private key.