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

Function OP_4FROMALTSTACK

bitvm/src/pseudo.rs:64–68  ·  view source on GitHub ↗

Puts the top 4 items from the altstack onto the top of the main stack. Removes them from the alt stack.

()

Source from the content-addressed store, hash-verified

62
63/// Puts the top 4 items from the altstack onto the top of the main stack. Removes them from the alt stack.
64pub fn OP_4FROMALTSTACK() -> Script {
65 script! {
66 OP_FROMALTSTACK OP_FROMALTSTACK OP_FROMALTSTACK OP_FROMALTSTACK
67 }
68}
69
70//
71// Multiplication by Powers of 2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected