Module pchain_world_state::network::stake

source ·
Expand description

Definition of Key Format of Stake in Storage of Network Account

Structs§

  • Stake represents the voting power of an account. It could be a delegated stakes or operation’s own state.
  • A Wrapper struct on Stake with implementation on Traits for orderring in data structures of Network Account such as IndexMap and IndexHeap.