MCPcopy 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
69impl ScriptType {
70 pub fn is_final_script(&self) -> bool {
71 matches!(self, ScriptType::PostMillerFinalVerify)
72 }
73}
74
75// final verify

Calls

no outgoing calls

Tested by

no test coverage detected