web3.unity icon indicating copy to clipboard operation
web3.unity copied to clipboard

Introduce a dedicated class for handling hexadecimal numbers or use an existing one if available, rather than using strings

Open boorich opened this issue 2 years ago • 1 comments

boorich avatar Jan 08 '24 14:01 boorich

Currently we're using strings as hex in some places and other places we're using nethereum's hex type. We should be changing everything to use nethereum's type so that we achieve uniformity across the board. As well as checking that everything functions as intended.

sneakzttv avatar Jan 08 '24 14:01 sneakzttv

This has been rectified due to recent updates.

sneakzttv avatar May 22 '24 22:05 sneakzttv