added genesis method to ethjson blockchain
This commit is contained in:
@@ -22,7 +22,7 @@ use serde::de::Visitor;
|
||||
use util::numbers::{U256, Uint as U};
|
||||
|
||||
/// Lenient uint json deserialization for test json files.
|
||||
#[derive(Default, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
#[derive(Default, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Copy)]
|
||||
pub struct Uint(U256);
|
||||
|
||||
impl Into<U256> for Uint {
|
||||
|
||||
Reference in New Issue
Block a user