Type Alias TokenIdKeyHash
Source pub type TokenIdKeyHash = Base58CheckOfBinProt<MinaBaseAccountIdDigestStableV1, MinaBaseAccountIdDigestStableV1, { crate::b58version::TOKEN_ID_KEY }>;
pub struct TokenIdKeyHash(MinaBaseAccountIdDigestStableV1, PhantomData<MinaBaseAccountIdDigestStableV1>);
Returns the “default value” for a type.
Read more
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