Skip to main content

PendingCoinbaseHash

Type Alias PendingCoinbaseHash 

Source
pub type PendingCoinbaseHash = Base58CheckOfBinProt<MinaBasePendingCoinbaseHashVersionedStableV1, Versioned<MinaBasePendingCoinbaseHashVersionedStableV1, 1>, { crate::b58version::RECEIPT_CHAIN_HASH }>;

Aliased Type§

pub struct PendingCoinbaseHash(MinaBasePendingCoinbaseHashVersionedStableV1, PhantomData<Versioned<MinaBasePendingCoinbaseHashVersionedStableV1, 1>>);

Tuple Fields§

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

Implementations§

Source§

impl PendingCoinbaseHash

Source

pub fn from_fp(fp: Fp) -> Self

Trait Implementations§

Source§

impl PartialSchema for PendingCoinbaseHash

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 PendingCoinbaseHash

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