Skip to main content

ReceiptChainHash

Type Alias ReceiptChainHash 

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

Aliased Type§

pub struct ReceiptChainHash(MinaBaseReceiptChainHashStableV1, PhantomData<Versioned<MinaBaseReceiptChainHashStableV1, 1>>);

Tuple Fields§

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

Trait Implementations§

Source§

impl PartialSchema for ReceiptChainHash

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 ReceiptChainHash

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