Ori Newman 268906a7ce Add VirtualDaaScore to GetBlockDagInfo (#1719)
Co-authored-by: Svarog <feanorr@gmail.com>

(cherry picked from commit 36c56f73bf7b41528c81013d5d0d3bc7d7f6a206)
2021-05-18 17:07:07 +03:00

11 lines
262 B
Go

package externalapi
// VirtualInfo represents information about the virtual block needed by external components
type VirtualInfo struct {
ParentHashes []*DomainHash
Bits uint32
PastMedianTime int64
BlueScore uint64
DAAScore uint64
}