Exemplo n.º 1
0
        public static bool GetAccount()
        {
            Console.WriteLine("Starting GetAccount tests...");

            Bitcoind.GetAccount("n1dPhwHRC8jNwUEJD7jThf4RkFVvcYLqmz");
            Bitcoind.GetAccount("msvqm9b8qV3cFLGXDifiEpPunZunwKwDaZ");
            Bitcoind.GetAccount("mmx8vJ6F4sBcBuhbEF1UAGevAMmyaSfLxx");

            return(true);
        }