add

fun add(other: SatoshiScript)

Append a script to the end of this script. Until one of the scripts calls "flatten", the two scripts may share underlying ByteArrays.


Append a raw instruction to this script


fun add(vararg opcodes: OP): SatoshiScript

Append new instructions to this script


Append raw script bytes to this script. Note! Use add(OP.push(...)) to push data into a script