Trait Hardfork
pub trait Hardfork:
Any
+ DynClone
+ Send
+ Sync
+ 'static {
// Required method
fn name(&self) -> &'static str;
}
Expand description
Generic hardfork trait.
pub trait Hardfork:
Any
+ DynClone
+ Send
+ Sync
+ 'static {
// Required method
fn name(&self) -> &'static str;
}
Generic hardfork trait.