Skip to main content

CoinbaseStackHash

Type Alias CoinbaseStackHash 

Source
pub type CoinbaseStackHash = Base58CheckOfBinProt<MinaBasePendingCoinbaseStackHashStableV1, Versioned<MinaBasePendingCoinbaseStackHashStableV1, 1>, { crate::b58version::COINBASE_STACK_HASH }>;

Aliased Type§

pub struct CoinbaseStackHash(MinaBasePendingCoinbaseStackHashStableV1, PhantomData<Versioned<MinaBasePendingCoinbaseStackHashStableV1, 1>>);

Tuple Fields§

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

Implementations§

Trait Implementations§

Source§

impl PartialSchema for CoinbaseStackHash

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 CoinbaseStackHash

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