Skip to main content

CoinbaseStackData

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§

Trait Implementations§

Source§

impl PartialSchema for CoinbaseStackData

Source§

fn schema() -> RefOr<Schema>

Return ref or schema of implementing type that can then be used to construct combined schemas.
Source§

impl ToSchema for CoinbaseStackData

Source§

fn name() -> Cow<'static, str>

Return name of the schema. Read more
§

fn schemas(schemas: &mut Vec<(String, RefOr<Schema>)>)

Implement reference [utoipa::openapi::schema::Schema]s for this type. Read more