pub type ShardRegistered<T: Config> = StorageMap<_GeneratedPrefixForStorageShardRegistered<T>, Blake2_128Concat, TssPublicKey, (), OptionQuery>;Expand description
Map storage for registered shards.
Storage type is [StorageMap] with key type TssPublicKey and value type ().
Aliased Typeยง
struct ShardRegistered<T: Config>(/* private fields */);