pallet_shards::pallet

Module storage_types

Source
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes.

To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.

Structs§

  • Tracks BlockNumber at which the shard with ShardId will DKG timeout.
  • Maps BlockNumber to the number of shards scheduled to timeout
  • Maps AccountId to ShardId indicating the shard a member is part of.
  • Maps ShardId to Commitment indicating the commitment of each shard.
  • Counter for creating unique shard_ids during on-chain creation
  • Double map storing the MemberStatus of each AccountId in a specific ShardId.
  • Maps ShardId to u16 indicating the number of online members in each shard.
  • Maps ShardId to NetworkId indicating the network for which shards can be assigned tasks.
  • Maps ShardId to ShardStatus indicating the status of each shard.
  • Maps ShardId to u16 indicating the threshold for each shard.
  • subxt doesn’t allow decoding keys