mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-01 19:56:45 +00:00

Co-authored-by: Svarog <feanorr@gmail.com> (cherry picked from commit 36c56f73bf7b41528c81013d5d0d3bc7d7f6a206)
11 lines
262 B
Go
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
|
|
}
|