Type Alias LedgerHash
Source pub type LedgerHash = Base58CheckOfBinProt<MinaBaseLedgerHash0StableV1, Versioned<MinaBaseLedgerHash0StableV1, 1>, { crate::b58version::LEDGER_HASH }>;
pub struct LedgerHash(MinaBaseLedgerHash0StableV1, PhantomData<Versioned<MinaBaseLedgerHash0StableV1, 1>>);
Converts this type into a shared reference of the (usually inferred) input type.
Converts to this type from the input type.
Converts to this type from the input type.
Return ref or schema of implementing type that can then be used to
construct combined schemas.
Implement reference [
utoipa::openapi::schema::Schema]s for this type.
Read more