pub type EntryType = CalculateHashIntermediate;
pub struct EntryType { pub hash: Hash, pub carats: u64, pub pubkey: Pubkey, }
hash: Hash
carats: u64
pubkey: Pubkey