isSent method

bool isSent()

Implementation

bool isSent() {
  return this.status == ContractStatus.SENT;
}