Skip to content

Commit

Permalink
Remove unused HexEncoded keys from common type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Aug 23, 2023
1 parent 116bfe2 commit 15dabe9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mithril-common/src/entities/type_alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ pub type HexEncodedKeySlice<'a> = &'a str;
/// Hex encoded Single Signature
pub type HexEncodedSingleSignature = HexEncodedKey;

/// Hex encoded Multi Signature
pub type HexEncodedMultiSignature = HexEncodedKey;

/// Hex encoded Aggregate Verification Key
pub type HexEncodedAgregateVerificationKey = HexEncodedKey;

Expand All @@ -54,9 +51,6 @@ pub type HexEncodedGenesisSecretKey = HexEncodedKey;
/// Hex encoded Genesis Verification Key
pub type HexEncodedGenesisVerificationKey = HexEncodedKey;

/// Hex encoded Genesis Signature
pub type HexEncodedGenesisSignature = HexEncodedKey;

/// Hex encoded Sha256 Digest
pub type HexEncodedDigest = HexEncodedKey;

Expand All @@ -65,6 +59,3 @@ pub type HexEncodedEraMarkersSecretKey = HexEncodedKey;

/// Hex encoded Era Markers Verification Key
pub type HexEncodedEraMarkersVerificationKey = HexEncodedKey;

/// Hex encoded Era Markers Signature
pub type HexEncodedEraMarkersSignature = HexEncodedKey;

0 comments on commit 15dabe9

Please sign in to comment.