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

            Console.WriteLine("GetReceivedByAccount: " + Bitcoind.GetReceivedByAccount("cs"));

            return(true);
        }