pub trait GetBestHash<Block: BlockT> {
// Required method
fn best_hash(&self) -> Block::Hash;
}
Expand description
Blockchain client for retrieving the latest Partner Chain block hash
pub trait GetBestHash<Block: BlockT> {
// Required method
fn best_hash(&self) -> Block::Hash;
}
Blockchain client for retrieving the latest Partner Chain block hash