示例#1
0
        public void TestGetKey()
        {
            UserWalletAccount account = new UserWalletAccount(UInt160.Zero);

            Assert.AreEqual(null, account.GetKey());
        }
示例#2
0
        public void TestGetKey()
        {
            UserWalletAccount account = new UserWalletAccount(UInt160.Zero, ProtocolSettings.Default);

            Assert.AreEqual(null, account.GetKey());
        }