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

            Console.WriteLine("ListLockUnspent: " + Bitcoind.ListLockUnspent());

            return(true);
        }