MCPcopy 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
44pub fn get_superblock_message(sb: &Header) -> Vec<u8> {
45 serialize(sb)
46}
47
48pub const SUPERBLOCK_MESSAGE_LENGTH: usize = size_of::<Header>();
49

Callers 6

kick_off_2Method · 0.85
signMethod · 0.85
test_take_1_successFunction · 0.85

Calls 1

serializeFunction · 0.85

Tested by 4

test_take_1_successFunction · 0.68