Type Alias PendingCoinbaseHash
Source pub type PendingCoinbaseHash = Base58CheckOfBinProt<MinaBasePendingCoinbaseHashVersionedStableV1, Versioned<MinaBasePendingCoinbaseHashVersionedStableV1, 1>, { crate::b58version::RECEIPT_CHAIN_HASH }>;
pub struct PendingCoinbaseHash(MinaBasePendingCoinbaseHashVersionedStableV1, PhantomData<Versioned<MinaBasePendingCoinbaseHashVersionedStableV1, 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