Example #1
0
 def test_random(self):
     """
 Creating a random TransactionHash object.
 """
     random_tx_hash = TransactionHash.random()
     self.assertEqual(len(random_tx_hash), TransactionHash.LEN)