pub trait PublicKeyTmRawHash {
// Required method
fn tm_raw_hash(&self) -> String;
}Expand description
Derive Tendermint raw hash from the public key
Required Methods§
Sourcefn tm_raw_hash(&self) -> String
fn tm_raw_hash(&self) -> String
Derive Tendermint raw hash from the public key