pallet_shards::pallet

Type Alias Shards

Source
pub type Shards<T: Config> = StorageMap<_GeneratedPrefixForStorageShards<T>, Blake2_128Concat, ShardId, ShardId, OptionQuery>;
Expand description

subxt doesn’t allow decoding keys

Storage type is [StorageMap] with key type ShardId and value type ShardId.

Aliased Type§

struct Shards<T: Config>(/* private fields */);