MCPcopy Create free account
hub / github.com/BitVM/BitVM / OP_CHECKSEQUENCEVERIFY

Function OP_CHECKSEQUENCEVERIFY

bitvm/src/pseudo.rs:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4use crate::treepp::{script, Script};
5
6pub fn OP_CHECKSEQUENCEVERIFY() -> Script {
7 script! {OP_CSV}
8}
9
10/// OP_4PICK
11/// The 4 items n back in the stack are copied to the top.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected