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