pub type ReceiptChainHash = Base58CheckOfBinProt<MinaBaseReceiptChainHashStableV1, Versioned<MinaBaseReceiptChainHashStableV1, 1>, { crate::b58version::RECEIPT_CHAIN_HASH }>;
Aliased Type§
pub struct ReceiptChainHash(MinaBaseReceiptChainHashStableV1, PhantomData<Versioned<MinaBaseReceiptChainHashStableV1, 1>>);
Tuple Fields§
§0: MinaBaseReceiptChainHashStableV1
§1: PhantomData<Versioned<MinaBaseReceiptChainHashStableV1, 1>>