Exemple #1
0
        public void GetBlockHashTest()
        {
            string hash = _daemon.GetBlockHash(1).Result;

            Debug.Write(hash);
        }