pub type EntryTx = TxU;
pub struct EntryTx { pub hash: Hash, pub signature: Signature, pub tx: Tx, }
hash: Hash
signature: Signature
tx: Tx