Module pchain_world_state::network

source ·
Expand description

The world state data formatting scheme, as well as structs and functions associated with Network Account. Network Account maintains network-wide state in ParallelChain F. This state is maintained in the Storage Trie of an identified Account called the Network Account, which resides at constant address NETWORK_ADDRESS. This Account is not associated with Ed25519 material. The network-significant data that the Network Account stores is composed of various fields stored in its Storage Trie.

Modules§

  • The protocol defined constants and parameters used across ParallelChain F components.
  • Definition of Key Format of Deposit in Storage of Network Account
  • network_account defines key formatting for read-write operations to Network Account Storage. It is a sub-format under keyspace format of WorldState.
  • Definition of Key Format of Pool in Storage of Network Account
  • Definition of Key Format of Stake in Storage of Network Account