Пример #1
0
 def setOutputScript(self, datFile):
     """Sets output script."""
     self.outputScript = binaryRead.readByteNumber(datFile,
                                                   self.scriptLength)
Пример #2
0
	def setScriptData(self, datFile, scriptLength):
		"""Sets input script."""
		self.scriptData = binaryRead.readByteNumber(datFile, scriptLength)
Пример #3
0
	def setOutputScript(self, datFile):
		"""Sets output script."""
		self.outputScript = binaryRead.readByteNumber(datFile, self.scriptLength)
Пример #4
0
 def setScriptData(self, datFile, scriptLength):
     """Sets input script."""
     self.scriptData = binaryRead.readByteNumber(datFile, scriptLength)