☰
HashV1
Trait Implementations
From<Base58EncodableVersionedType<VERSION_BYTE, Versioned<[u8; 32], 1>>>
In mina_serialization_types::common
?
Type Definition
mina_serialization_types
::
common
::
HashV1
source
·
[
−
]
pub type HashV1 = Versioned<
[
u8
; 32]
, 1>;
Expand description
32 bytes representing a hash of some kind (v1)
Trait Implementations
source
impl<const VERSION_BYTE:
u8
>
From
<
Base58EncodableVersionedType
<VERSION_BYTE, Versioned<
[
u8
; 32]
, 1>>> for
HashV1
source
fn
from
(i:
HashV1Json
<VERSION_BYTE>) -> Self
Converts to this type from the input type.