Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ get_valid_proof
Function
get_valid_proof
bridge/tests/bridge/helper.rs:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
pub fn get_valid_proof() -> RawProof {
309
get_proof()
310
}
311
312
pub fn invalidate_proof(valid_proof: &RawProof) -> RawProof {
313
let mut invalid_proof = valid_proof.clone();
Callers
1
setup_test
Function · 0.85
Calls
1
get_proof
Function · 0.85
Tested by
no test coverage detected