mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-09-14 05:20:11 +00:00
10 lines
239 B
Go
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
|
|
}
|