chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -192,8 +192,8 @@ pub struct PalletMetadataIR<T: Form = MetaForm> {
|
||||
pub error: Option<PalletErrorMetadataIR<T>>,
|
||||
/// Config's trait associated types.
|
||||
pub associated_types: Vec<PalletAssociatedTypeMetadataIR<T>>,
|
||||
/// Define the index of the pezpallet, this index will be used for the encoding of pezpallet event,
|
||||
/// call and origin variants.
|
||||
/// Define the index of the pezpallet, this index will be used for the encoding of pezpallet
|
||||
/// event, call and origin variants.
|
||||
pub index: u8,
|
||||
/// Pezpallet documentation.
|
||||
pub docs: Vec<T::String>,
|
||||
@@ -534,8 +534,9 @@ pub struct OuterEnumsIR<T: Form = MetaForm> {
|
||||
///
|
||||
/// # Note
|
||||
///
|
||||
/// - This type cannot be used directly to decode `pezsp_runtime::DispatchError` from the chain.
|
||||
/// It provides just the information needed to decode `pezsp_runtime::DispatchError::Module`.
|
||||
/// - This type cannot be used directly to decode `pezsp_runtime::DispatchError` from the
|
||||
/// chain. It provides just the information needed to decode
|
||||
/// `pezsp_runtime::DispatchError::Module`.
|
||||
/// - Decoding the 5 error bytes into this type will not always lead to all of the bytes being
|
||||
/// consumed; many error types do not require all of the bytes to represent them fully.
|
||||
pub error_enum_ty: T::Type,
|
||||
|
||||
Reference in New Issue
Block a user