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

            Console.WriteLine("ListUnspent: " + Bitcoind.ListUnspent());
            Console.WriteLine("ListUnspent: " + Bitcoind.ListUnspent(_walletPassPhraseTimeout));
            Console.WriteLine("ListUnspent: " + Bitcoind.ListUnspent(_walletPassPhraseTimeout, "15"));

            return(true);
        }