isConfirmed method

bool isConfirmed()

Implementation

bool isConfirmed() {
  return this.status == TxStatus.Confirmed;
}