mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-29 18:26:41 +00:00

* [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
9 lines
216 B
Go
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
|
|
}
|