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

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