Constant sp_runtime::generic::EXTRINSIC_FORMAT_VERSION
source · pub const EXTRINSIC_FORMAT_VERSION: u8 = 5;
Expand 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.