PalletStorageMetadataV16 class

Pallet storage metadata for V16

Contains storage entries with V16-specific deprecation information. The structure is similar to base PalletStorageMetadata but uses StorageEntryMetadataV16 which includes deprecation info per entry.

Reference: https://github.com/paritytech/frame-metadata/blob/main/frame-metadata/src/v16.rs#L307-L322

Constructors

PalletStorageMetadataV16({required String prefix, required List<StorageEntryMetadataV16> entries})
const

Properties

entries → List<StorageEntryMetadataV16>
List of storage entries in this pallet (V16 with deprecation info)
final
hashCode → int
The hash code for this object.
no setterinherited
prefix → String
Prefix used for all storage items in this pallet
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

codec → const $PalletStorageMetadataV16
Codec instance for PalletStorageMetadataV16