Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ get
Method
get
bitvm/src/lib.rs:62–64 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
60
}
61
62
pub fn get(&self, index: usize) -> Vec<u8> {
63
self.0.get(index)
64
}
65
}
66
67
impl fmt::Debug for FmtStack {
Callers
10
verify_proof
Method · 0.45
compress
Function · 0.45
sha256_stack
Function · 0.45
partial_scripts_from_segments
Function · 0.45
read_asserts_from_file
Function · 0.45
test_fn_generate_tapscripts
Function · 0.45
test_fn_validate_assertions
Function · 0.45
test_fn_disprove_invalid_assertions
Function · 0.45
emulate_fq_to_nibbles_scripted
Function · 0.45
emulate_extern_hash_fps_scripted
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_fn_generate_tapscripts
Function · 0.36
test_fn_validate_assertions
Function · 0.36
test_fn_disprove_invalid_assertions
Function · 0.36