Ejemplo n.º 1
0
 public ulong GetBalance()
 {
     var bs = new BitCoinSharp.Wallet(network);
     return bs.GetBalance();
 }
Ejemplo n.º 2
0
        public ulong GetBalance()
        {
            var bs = new BitCoinSharp.Wallet(network);

            return(bs.GetBalance());
        }