File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
mithril-common/src/entities Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ pub type HexEncodedKeySlice<'a> = &'a str;
33
33
/// Hex encoded Single Signature
34
34
pub type HexEncodedSingleSignature = HexEncodedKey ;
35
35
36
- /// Hex encoded Multi Signature
37
- pub type HexEncodedMultiSignature = HexEncodedKey ;
38
-
39
36
/// Hex encoded Aggregate Verification Key
40
37
pub type HexEncodedAgregateVerificationKey = HexEncodedKey ;
41
38
@@ -54,17 +51,8 @@ pub type HexEncodedGenesisSecretKey = HexEncodedKey;
54
51
/// Hex encoded Genesis Verification Key
55
52
pub type HexEncodedGenesisVerificationKey = HexEncodedKey ;
56
53
57
- /// Hex encoded Genesis Signature
58
- pub type HexEncodedGenesisSignature = HexEncodedKey ;
59
-
60
54
/// Hex encoded Sha256 Digest
61
55
pub type HexEncodedDigest = HexEncodedKey ;
62
56
63
57
/// Hex encoded Era Markers Secret Key
64
58
pub type HexEncodedEraMarkersSecretKey = HexEncodedKey ;
65
-
66
- /// Hex encoded Era Markers Verification Key
67
- pub type HexEncodedEraMarkersVerificationKey = HexEncodedKey ;
68
-
69
- /// Hex encoded Era Markers Signature
70
- pub type HexEncodedEraMarkersSignature = HexEncodedKey ;
You can’t perform that action at this time.
0 commit comments