Trait subxt_core::config::BlockHash
source · pub trait BlockHash: Debug + Copy + Send + Sync + Decode + AsRef<[u8]> + Serialize + DeserializeOwned + Encode + PartialEq + Eq + Hash { }
Expand description
Block hashes must conform to a bunch of things to be used in Subxt.
Object Safety§
This trait is not object safe.