MCPcopy Index your code
hub / github.com/Commit-Boost/commit-boost-client / ProxyId

Interface ProxyId

crates/common/src/commit/request.rs:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21pub trait ProxyId: Debug + Clone + TreeHash + Display {
22 fn to_bytes(&self) -> Vec<u8>;
23}
24
25impl ProxyId for Address {
26 fn to_bytes(&self) -> Vec<u8> {

Callers

nothing calls this directly

Implementers 1

request.rscrates/common/src/commit/request.rs

Calls

no outgoing calls

Tested by

no test coverage detected