File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
mithril-common/src/messages Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11use serde:: { Deserialize , Serialize } ;
22
3- // TODO: We should probably not rely on entities when defining the message
43use crate :: entities:: { Beacon , CertificateMetadata , ProtocolMessage } ;
54
65#[ cfg( any( test, feature = "test_only" ) ) ]
7- // TODO: We should probably not rely on entities when defining the message
86use crate :: entities:: { ProtocolMessagePartKey , ProtocolParameters , SignerWithStake } ;
97
108/// Message structure of a certificate
Original file line number Diff line number Diff line change 11use serde:: { Deserialize , Serialize } ;
22
3- // TODO: We should probably not rely on entities when defining the message
43use crate :: entities:: Beacon ;
54
6- // TODO: We should probably not rely on entities when defining the message
75#[ cfg( any( test, feature = "test_only" ) ) ]
86use crate :: entities:: Epoch ;
97/// Message structure of a snapshot
Original file line number Diff line number Diff line change 11use serde:: { Deserialize , Serialize } ;
22
3- // TODO: We should probably not rely on entities when defining the message
43use crate :: entities:: Beacon ;
54
6- // TODO: We should probably not rely on entities when defining the message
75#[ cfg( any( test, feature = "test_only" ) ) ]
86use crate :: entities:: Epoch ;
7+
98/// Message structure of a snapshot list
109pub type SnapshotListMessage = Vec < SnapshotListItemMessage > ;
1110
You can’t perform that action at this time.
0 commit comments