2021-02-17 18:00:16 +02:00

10 lines
239 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
}