Script Template
constructor(groupInfo: GroupInfo?, templateHash: ByteArray?, wellKnownId: Long?, argsHash: ByteArray?, rest: List<ByteArray>)
Parameters
group Info
the token group (if any)
template Hash
the raw bytes of the template (if its not well known)
well Known Id
the well known template identifier (if its a well known template)
args Hash
the raw args hash bytes
rest
the rest of the script, split into instructions. NOTE: if these are data pushes, each item is NOT the raw data. Each item is a push opcode then the data.