isSigned property
bool
get
isSigned
Whether this authorization is signed.
Implementation
bool get isSigned => r != BigInt.zero || s != BigInt.zero;
Whether this authorization is signed.
bool get isSigned => r != BigInt.zero || s != BigInt.zero;