Ejemplo n.º 1
0
        public async Task Uint256()
        {
            var result = await underflow.uint256Underflow().CallAndTransact();

            Assert.AreEqual(result.Result, (UInt256)BigInteger.Parse("115792089237316195423570985008687907853269984665640564039457584007913129639935"));
        }