public boolean waitForConfirms(long timeout) throws InterruptedException, TimeoutException {
   return delegate.waitForConfirms(timeout);
 }
 public boolean waitForConfirms() throws InterruptedException {
   return delegate.waitForConfirms();
 }