EntryType

Type Alias EntryType 

Source
pub type EntryType = CalculateHashIntermediate;

Aliased Type§

pub struct EntryType {
    pub hash: Hash,
    pub carats: u64,
    pub pubkey: Pubkey,
}

Fields§

§hash: Hash§carats: u64§pubkey: Pubkey