Ori Newman 36c56f73bf
Add VirtualDaaScore to GetBlockDagInfo (#1719)
Co-authored-by: Svarog <feanorr@gmail.com>
2021-05-14 12:36:20 +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
}