isRejected method

bool isRejected()

Implementation

bool isRejected() {
  return this.status == TxStatus.Rejected;
}