PublicKeyTmRawHash

Trait PublicKeyTmRawHash 

Source
pub trait PublicKeyTmRawHash {
    // Required method
    fn tm_raw_hash(&self) -> String;
}
Expand description

Derive Tendermint raw hash from the public key

Required Methods§

Source

fn tm_raw_hash(&self) -> String

Derive Tendermint raw hash from the public key

Implementors§