pub trait Genesis: PrivateKey {
// Required method
fn genesis() -> Self;
}
Expand description
A type family with a by-convention notion of genesis private key.
Required Methods§
fn genesis() -> Self
fn genesis() -> Self
Produces the genesis private key.