Example #1
0
        public void ToScriptHash()
        {
            byte[]  testByteArray = TestUtils.GetByteArray(64, 0x42);
            UInt160 res           = testByteArray.ToScriptHash();

            res.Should().Be(UInt160.Parse("2d3b96ae1bcc5a585e075e3b81920210dec16302"));
        }