run
fun run(script: List<ScriptElt>, signatureVersion: Int): List<ByteVector>
Content copied to clipboard
fun run( script: ByteArray, stack: List<ByteVector>, signatureVersion: Int): List<ByteVector>
Content copied to clipboard
fun run( script: ByteVector, stack: List<ByteVector>, signatureVersion: Int): List<ByteVector>
Content copied to clipboard
fun run( script: List<ScriptElt>, stack: List<ByteVector>, signatureVersion: Int): List<ByteVector>
Content copied to clipboard