コード例 #1
0
ファイル: Examples.cs プロジェクト: twistys01/MonoBitcoind
        public static bool GetAccount()
        {
            Console.WriteLine("Starting GetAccount tests...");

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

            return(true);
        }