isSigned method

bool isSigned()

Implementation

bool isSigned() {
  return this.status == ContractStatus.SIGNED;
}