stratisproject / Stratis.SmartContracts

The Stratis smart contract library, used by developers to create contracts in C#.
MIT License
12 stars 13 forks source link

Remove public BigInteger references and use explicit operators #12

Closed quantumagi closed 3 years ago

YakupIpek commented 3 years ago

Just one request can we rename the types as lowercase for uint256 and uint128 like other numeric types ? This way developers recognize these types are special and supported as parameter on contract calls ? It seems nbitcoin also use lowercase convention.

This request can go another pr.

Wdyt ? Skip it if you disagree.

YakupIpek commented 3 years ago

@fassadlr This is ready to merge and publish it on nuget