Satoshi Script
constructor(chainSelector: ChainSelector, script: String, typ: SatoshiScript.Type = Type.SATOSCRIPT)
Construct a script from a hex string, which is a serialized script
constructor(chainSelector: ChainSelector, exactBytes: MutableList<ByteArray>, typ: SatoshiScript.Type = Type.SATOSCRIPT)
Construct a script from a list of raw bytes
Construct a script from raw bytes
Construct a script from individual instructions
Create this script object from serialized data