isPending method

bool isPending()

Implementation

bool isPending() {
  return this.status == TxStatus.Pending;
}