Type Alias ReceiptChainHash
Source pub type ReceiptChainHash = Base58CheckOfBinProt<MinaBaseReceiptChainHashStableV1, Versioned<MinaBaseReceiptChainHashStableV1, 1>, { crate::b58version::RECEIPT_CHAIN_HASH }>;
pub struct ReceiptChainHash(MinaBaseReceiptChainHashStableV1, PhantomData<Versioned<MinaBaseReceiptChainHashStableV1, 1>>);
Return ref or schema of implementing type that can then be used to
construct combined schemas.
Implement reference [
utoipa::openapi::schema::Schema]s for this type.
Read more