Пример #1
0
        public void Test_GAS_hash()
        {
            var expected = new UInt256(Neo.Ledger.Blockchain.UtilityToken.Hash.ToArray());

            var gasTx  = Genesis.CreateUtilityTokenTx();
            var actual = gasTx.CalculateHash();

            actual.Should().Be(expected);
        }