Skip to main content

StateBodyHash

Type Alias StateBodyHash 

Source
pub type StateBodyHash = Base58CheckOfBinProt<MinaBaseStateBodyHashStableV1, Versioned<MinaBaseStateBodyHashStableV1, 1>, { crate::b58version::STATE_BODY_HASH }>;

Aliased Type§

pub struct StateBodyHash(MinaBaseStateBodyHashStableV1, PhantomData<Versioned<MinaBaseStateBodyHashStableV1, 1>>);

Tuple Fields§

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

Trait Implementations§

Source§

impl PartialSchema for StateBodyHash

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 StateBodyHash

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