Puts the top 4 items from the altstack onto the top of the main stack. Removes them from the alt stack.
()
| 62 | |
| 63 | /// Puts the top 4 items from the altstack onto the top of the main stack. Removes them from the alt stack. |
| 64 | pub 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 |
nothing calls this directly
no outgoing calls
no test coverage detected