isSigned property
bool
get
isSigned
Whether this is a signed extrinsic
Implementation
bool get isSigned => type == ExtrinsicType.signed;
Whether this is a signed extrinsic
bool get isSigned => type == ExtrinsicType.signed;