isSigned property

bool get isSigned

Whether this is a signed extrinsic

Implementation

bool get isSigned => type == ExtrinsicType.signed;