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

            Assert.AreEqual(result.Result, 65535);
        }