C# Class Paymetheus.ViewModels.TransactionHistoryViewModel

Inheritance: Paymetheus.Framework.ViewModelBase
Mostra file Open project: decred/Paymetheus

Public Methods

Method Description
AppendNewTransactions ( Wallet wallet, BlockIdentity>.List txs ) : void
TransactionHistoryViewModel ( ) : Paymetheus.Decred

Private Methods

Method Description
EnumerateAccountTransactions ( Wallet wallet, Account account ) : IEnumerable
PopulateHistoryAsync ( Account account ) : System.Threading.Tasks.Task

Method Details

AppendNewTransactions() public method

public AppendNewTransactions ( Wallet wallet, BlockIdentity>.List txs ) : void
wallet Paymetheus.Decred.Wallet.Wallet
txs BlockIdentity>.List
return void

TransactionHistoryViewModel() public method

public TransactionHistoryViewModel ( ) : Paymetheus.Decred
return Paymetheus.Decred