# Functions
No description provided by the author
No description provided by the author
NewStore creates store over key-value db.
No description provided by the author
# Constants
DelegationIDSize is size of DelegationID serialized object.
# Variables
CheaterMask is a combination of severe misbehavings.
ForkBit is set if staker has a confirmed pair of fork events.
OfflineBit is set if staker has didn't have confirmed events for a long time.
Topics of SFC contract logs.
# Structs
DelegationID is a pair of delegator address and staker ID to which delegation is applied.
EpochStats stores general statistics for an epoch.
SfcDelegation is the node-side representation of SFC delegation.
SfcDelegationAndID is pair SfcDelegation + address.
SfcStaker is the node-side representation of SFC staker.
SfcStakerAndID is pair SfcStaker + StakerID.
Store is a node persistent storage working over physical key-value database.