Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ get_superblock_message
Function
get_superblock_message
bridge/src/superblock.rs:44–46 ·
view source on GitHub ↗
(sb: &Header)
Source
from the content-addressed store, hash-verified
42
}
43
44
pub fn get_superblock_message(sb: &Header) -> Vec<u8> {
45
serialize(sb)
46
}
47
48
pub const SUPERBLOCK_MESSAGE_LENGTH: usize = size_of::<Header>();
49
Callers
6
kick_off_2
Method · 0.85
sign
Method · 0.85
test_connector_b_leaf_2_script
Function · 0.85
create_and_mine_kick_off_2_tx
Function · 0.85
test_take_1_success
Function · 0.85
test_kick_off_2_tx_success
Function · 0.85
Calls
1
serialize
Function · 0.85
Tested by
4
test_connector_b_leaf_2_script
Function · 0.68
create_and_mine_kick_off_2_tx
Function · 0.68
test_take_1_success
Function · 0.68
test_kick_off_2_tx_success
Function · 0.68