Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ is_final_script
Method
is_final_script
bitvm/src/chunk/g16_runner_utils.rs:70–72 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
68
69
impl ScriptType {
70
pub fn is_final_script(&self) -> bool {
71
matches!(self, ScriptType::PostMillerFinalVerify)
72
}
73
}
74
75
// final verify
Callers
5
partial_scripts_from_segments
Function · 0.80
bitcom_scripts_from_segments
Function · 0.80
get_assertion_from_segments
Function · 0.80
collect_wots_msg_as_witness_per_segment
Function · 0.80
collect_wots_sig_as_witness_per_segment
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected