We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda0187 commit b93b3c3Copy full SHA for b93b3c3
ibc-core/ics02-client/context/src/consensus_state.rs
@@ -24,7 +24,7 @@ pub trait ConsensusState: Send + Sync + ConsensusStateDecoder {
24
/// The timestamp of the consensus state
25
fn timestamp(&self) -> Timestamp;
26
27
- /// Serializes the `ConsensusState`.
+ /// Protobuf encoded bytes of the [`Any`] formatted [`ConsensusState`].
28
fn encode_vec(self) -> Vec<u8> {
29
self.into().to_vec()
30
}
0 commit comments