Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/consensus-shipyard/ipc
/ HexEncodableBlockHash
Class
HexEncodableBlockHash
ipc/observability/src/serde.rs:8–8 ·
view source on GitHub ↗
Hex encodable block hash.
Source
from the content-addressed store, hash-verified
6
7
/// Hex encodable block hash.
8
pub struct HexEncodableBlockHash(pub Vec<u8>);
9
10
impl fmt::Debug for HexEncodableBlockHash {
11
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
11
process_proposal
Method · 0.85
commit
Method · 0.85
test_emit
Function · 0.85
test_emit
Function · 0.85
add_vote
Method · 0.85
find_quorum
Method · 0.85
set_finalized
Method · 0.85
publish_vote_loop
Function · 0.85
test_emit
Function · 0.85
poll_next
Method · 0.85
test_emit
Function · 0.85
Calls
no outgoing calls
Tested by
4
test_emit
Function · 0.68
test_emit
Function · 0.68
test_emit
Function · 0.68
test_emit
Function · 0.68