I found some bugs in the code when I was using it.
Such as the Asset Class, you did not pass the bitshares_instance variable to the parent class.
I think this bug is also exist in other Class file, please check and fix it, thanks.
bitshares/asset.py line 43
super().__init__( asset, lazy=lazy, full=full, bitshares_instance=None )
bitshares/asset.py line 52
super(Asset, self).__init__(asset)
I found some bugs in the code when I was using it.
Such as the Asset Class, you did not pass the bitshares_instance variable to the parent class.
I think this bug is also exist in other Class file, please check and fix it, thanks.
bitshares/asset.py line 43
super().__init__( asset, lazy=lazy, full=full, bitshares_instance=None )bitshares/asset.py line 52
super(Asset, self).__init__(asset)