Пример #1
0
        public async Task Uint40()
        {
            var result = await underflow.uint40Underflow().CallAndTransact();

            Assert.AreEqual(result.Result, (UInt64)1099511627775);
        }