Type Alias phron_finality::aggregation::CurrentSignableBlockHash
source · pub type CurrentSignableBlockHash = SignableHash<BlockHash>;Aliased Type§
struct CurrentSignableBlockHash {
hash: H256,
}Fields§
§hash: H256