pub type EntryType = CalculateHashIntermediate;

Aliased Type§

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

Fields§

§hash: Hash§lamports: u64§pubkey: Pubkey