isBare property
bool
get
isBare
Whether this is a bare/inherent extrinsic
Implementation
bool get isBare => type == ExtrinsicType.bare;
Whether this is a bare/inherent extrinsic
bool get isBare => type == ExtrinsicType.bare;