Trait diem_crypto::traits::Genesis[][src]

pub trait Genesis: PrivateKey {
    fn genesis() -> Self;
}
Expand description

A type family with a by-convention notion of genesis private key.

Required methods

Produces the genesis private key.

Implementors