EntryTx

Type Alias EntryTx 

Source
pub type EntryTx = TxU;

Aliased Type§

pub struct EntryTx {
    pub hash: Hash,
    pub signature: Signature,
    pub tx: Tx,
}

Fields§

§hash: Hash§signature: Signature§tx: Tx