Example #1
0
 public bool AnyTransaction(Predicate <ITransactionId> filter)
 {
     return(Balance.AnyTransaction(filter));
 }