Exemple #1
0
        public static bool GetRawTransaction()
        {
            Console.WriteLine("Starting GetRawTransaction tests...");

            Console.WriteLine("GetRawTransaction 1: " + Bitcoind.GetRawTransaction("fff17832d351c12476dc3d6f902fd2e0666992135ffe49ac343d9db15dfcddf7"));
            Console.WriteLine("GetRawTransaction 2 verbose: " + Bitcoind.GetRawTransaction("e69899e5bd2020b99c67b258e5d56ca5c091c9b065f412381ce44a9e438721c1", true));

            return(true);
        }