pub type HashV1Json<const VERSION_BYTE: u8> = Base58EncodableVersionedType<VERSION_BYTE, HashV1>;
Expand description

base58 string representation of a hash

Trait Implementations

Converts to this type from the input type.