Drops the top 4 items
()
| 40 | |
| 41 | /// Drops the top 4 items |
| 42 | pub fn OP_4DROP() -> Script { |
| 43 | script! { |
| 44 | OP_2DROP OP_2DROP |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | /// Swaps the top two groups of 4 items |
| 49 | pub fn OP_4SWAP() -> Script { |
nothing calls this directly
no outgoing calls
no test coverage detected