type property
The type ID of the complete extrinsic type
This typically points to a type like:
UncheckedExtrinsic<Address, Call, Signature, Extra>
The individual component types are extracted from this type's generic parameters.
Implementation
final int type;