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

            Assert.AreEqual(result.Result, (UInt32)16777215);
        }