Type Alias CoinbaseStackData

Source
pub type CoinbaseStackData = Base58CheckOfBinProt<MinaBasePendingCoinbaseCoinbaseStackStableV1, Versioned<MinaBasePendingCoinbaseCoinbaseStackStableV1, 1>, { crate::b58version::COINBASE_STACK_DATA }>;

Aliased Type§

pub struct CoinbaseStackData(MinaBasePendingCoinbaseCoinbaseStackStableV1, PhantomData<Versioned<MinaBasePendingCoinbaseCoinbaseStackStableV1, 1>>);

Tuple Fields§

§0: MinaBasePendingCoinbaseCoinbaseStackStableV1§1: PhantomData<Versioned<MinaBasePendingCoinbaseCoinbaseStackStableV1, 1>>

Implementations§