Svarog 0d8f7bba40
[NOD-1595] Implement all fields of GetBlockDAGInfo (#1200)
* [NOD-1595] Implement all fields of GetBlockDAGInfo

* [NOD-1595]

* [NOD-1595] Don't swallow errors in GetDifficultyRatio

* [NOD-1595] Change roundingPrecision in GetDifficultyRatio to 2 decimal places
2020-12-09 12:14:15 +02:00

9 lines
216 B
Go

package externalapi
// VirtualInfo represents information about the virtual block needed by external components
type VirtualInfo struct {
ParentHashes []*DomainHash
Bits uint32
PastMedianTime int64
}