BitcoinLib.BlockchainAPI.Wallet.WalletBalance C# (CSharp) Method

WalletBalance() public method

Get balance of all wallet address.
public WalletBalance ( ) : long
return long
        public long WalletBalance()
        {
            return BCw.GetBalance();
        }