use crate BlockStore;
use Result;
use async_trait;
//--------------------------------------------------------------------------------------------------
// Traits
//--------------------------------------------------------------------------------------------------
/// Implements getting a unique identifier for a node.
/// Implements deep equality check for two types.