v2.2.0: NEP6 Wallet
-
Added new Wallet class as implementation for NEP6
-
Upgraded Account class to fit NEP6 implementation
-
Transaction now modifies Balance upon construction.
-
Add
getToken
toapi.nep5
which is a summation ofgetTokenBalance
andgetTokenInfo
-
Add
VMZip
method for better VM result parsing -
Add
hexstring2str
method -
Bugfix
getTokenBalance
throwing when getting an address with zero balance -
Bugfix
doTransferToken
sending gas to wrong address