paritytech/scale-info#209 allows fields to be renamed via typeinfo. We should also honour this field when applying our DecodeAsType derive macro, to ensure a type with #[derive(TypeInfo, scale_decode::DecodeAsType)] can be properly decoded using its type info.