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