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

Function OP_4DROP

bitvm/src/pseudo.rs:42–46  ·  view source on GitHub ↗

Drops the top 4 items

()

Source from the content-addressed store, hash-verified

40
41/// Drops the top 4 items
42pub fn OP_4DROP() -> Script {
43 script! {
44 OP_2DROP OP_2DROP
45 }
46}
47
48/// Swaps the top two groups of 4 items
49pub fn OP_4SWAP() -> Script {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected