Skip to main content

Signature

Type Alias Signature 

Source
pub type Signature = Base58CheckOfBinProt<MinaBaseSignatureStableV1, Versioned<MinaBaseSignatureStableV1, 1>, { crate::b58version::SIGNATURE }>;

Aliased Type§

pub struct Signature(MinaBaseSignatureStableV1, PhantomData<Versioned<MinaBaseSignatureStableV1, 1>>);

Tuple Fields§

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

Trait Implementations§

Source§

impl PartialSchema for Signature

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 Signature

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