Skip to main content

EpochSeed

Type Alias EpochSeed 

Source
pub type EpochSeed = Base58CheckOfBinProt<MinaBaseEpochSeedStableV1, Versioned<MinaBaseEpochSeedStableV1, 1>, { crate::b58version::EPOCH_SEED }>;

Aliased Type§

pub struct EpochSeed(MinaBaseEpochSeedStableV1, PhantomData<Versioned<MinaBaseEpochSeedStableV1, 1>>);

Tuple Fields§

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

Implementations§

Source§

impl EpochSeed

Source

pub fn zero() -> Self

Trait Implementations§

Source§

impl PartialSchema for EpochSeed

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 EpochSeed

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