Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStakeByPoolsAtSlot ¶
func GetStakeByPoolsAtSlot( db *gorm.DB, poolKeyHashes [][]byte, slot uint64, ) (map[string]uint64, map[string]uint64, error)
GetStakeByPoolsAtSlot returns delegated stake and delegator counts at a historical slot. It uses certificate history to find each credential's latest stake delegation and registration state, and account rows as synthetic state for imported/bootstrap data where the certificate history is unavailable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.