mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-07 01:21:44 +00:00
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
|
|
}
|