Trait thor::TransactionHash

source ·
pub trait TransactionHash {
    // Required method
    fn encode(&self) -> String;
}

Required Methods§

source

fn encode(&self) -> String

Implementors§