plus

operator fun plus(rawscript: ByteArray): SatoshiScript

Append raw script bytes to this script, returning a new script. Note! Use '+ OP.push(...)' to push data into a script")


operator fun plus(opcode: OP): SatoshiScript

Append an opcode to this script, returning a new script.


operator fun plus(script: SatoshiScript): SatoshiScript

concatenate a script to the end of this one, returning the joined script