isSigned method

bool isSigned()

Gets a value indicating whether the current operation is already signed.

Implementation

bool isSigned() {
  return this.signature != null;
}