pub trait TransactionTrait: PartialEq + Debug + Serialize + DeserializeOwned { type Hash: AsRef<[u8]>; }