Beispiel #1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <Cryptopia.Admin.Core.AdmintopiaService.WalletTransaction> > GetWalletTransactionsSinceAsync(Cryptopia.Admin.Core.AdmintopiaService.TransactionDataType transactionDataType, int currencyId, int walletTimeoutMinutes, int searchBlockLength)
 {
     return(base.Channel.GetWalletTransactionsSinceAsync(transactionDataType, currencyId, walletTimeoutMinutes, searchBlockLength));
 }
Beispiel #2
0
 public System.Collections.Generic.List <Cryptopia.Admin.Core.AdmintopiaService.WalletTransaction> GetWalletTransactions(Cryptopia.Admin.Core.AdmintopiaService.TransactionDataType transactionDataType, int currencyId, int walletTimeoutMinutes)
 {
     return(base.Channel.GetWalletTransactions(transactionDataType, currencyId, walletTimeoutMinutes));
 }