Module sharding

Source
Expand description

Module that contains important data structures to manage sharding operations on the network.

Structs§

ShardingInfo
Important data for the operation of the sharding protocol.

Traits§

ShardStorage
Trait that interfaces with the storage layer of a node in a shard. It is important for handling forwarded data requests. This is a mechanism to trap into the application storage layer to read sharded data.
Sharding
Trait that specifies sharding logic and behaviour of shards.