pub trait LpMessageHash {
    // Required method
    fn get_message_hash(&self) -> MessageHash;
}
Expand description

Support for hashing

Required Methods§

source

fn get_message_hash(&self) -> MessageHash

Retrieves the message hash, if the message is a proof type.

Implementors§