Module v16

Source
Expand description

Unstable Metadata v16

Re-exports§

pub use super::v14::StorageEntryModifier;
pub use super::v14::StorageEntryType;
pub use super::v14::StorageHasher;

Structs§

CustomMetadata
Metadata for custom types.
CustomValueMetadata
The associated value of a custom metadata type.
ExtrinsicMetadata
Metadata of the extrinsic used by the runtime.
OuterEnums
The type of the outer enums.
PalletAssociatedTypeMetadata
Metadata of a pallet’s associated type.
PalletCallMetadata
Metadata for all calls in a pallet
PalletConstantMetadata
Metadata about one pallet constant.
PalletErrorMetadata
Metadata about a pallet error.
PalletEventMetadata
Metadata about the pallet Event type.
PalletMetadata
All metadata about an runtime pallet.
PalletStorageMetadata
All metadata of the pallet’s storage.
PalletViewFunctionMetadata
Metadata about a pallet view function.
PalletViewFunctionParamMetadata
Metadata of a runtime view function parameter.
RuntimeApiMetadata
Metadata of a runtime trait.
RuntimeApiMethodMetadata
Metadata of a runtime method.
RuntimeApiMethodParamMetadata
Metadata of a runtime method parameter.
RuntimeMetadataV16
The metadata of a runtime.
StorageEntryMetadata
Metadata about one storage entry.
TransactionExtensionMetadata
Metadata of an extrinsic’s transaction extension.

Enums§

DeprecationInfo
Deprecation info for an enums/errors/calls. Denotes full/partial deprecation of the type
DeprecationStatus
Deprecation status for an entry inside the metadata.

Type Aliases§

RuntimeMetadataLastVersion
Latest runtime metadata