Swaps the top two groups of 4 items
()
| 47 | |
| 48 | /// Swaps the top two groups of 4 items |
| 49 | pub fn OP_4SWAP() -> Script { |
| 50 | script! { |
| 51 | 7 OP_ROLL 7 OP_ROLL |
| 52 | 7 OP_ROLL 7 OP_ROLL |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | /// Puts the top 4 items onto the top of the alt stack. Removes them from the main stack. |
| 57 | pub fn OP_4TOALTSTACK() -> Script { |
nothing calls this directly
no outgoing calls
no test coverage detected