Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ Chain
Class
Chain
bridge/src/client/chain/chain.rs:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
pub struct Chain {
36
adaptor: Box<dyn ChainAdaptor>,
37
}
38
39
impl Default for Chain {
40
fn default() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected