Constant EXTRINSIC_FORMAT_VERSION
pub const EXTRINSIC_FORMAT_VERSION: u8 = 5; // 5u8Expand description
Current version of the UncheckedExtrinsic encoded format.
This version needs to be bumped if the encoded representation changes. It ensures that if the representation is changed and the format is not known, the decoding fails.