isSigned property

bool get isSigned

Whether this authorization is signed.

Implementation

bool get isSigned => r != BigInt.zero || s != BigInt.zero;