Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockDataBasic ¶
type StakeDiff ¶
type StakeDiff struct { dcrjson.GetStakeDifficultyResult Estimates dcrjson.EstimateStakeDiffResult `json:"estimates"` }
type StakeInfoExtended ¶
type StakeInfoExtended struct { Feeinfo dcrjson.FeeInfoBlock `json:"feeinfo"` StakeDiff float64 `json:"stakediff"` PriceWindowNum int `json:"window_number"` IdxBlockInWindow int `json:"window_block_index"` PoolInfo TicketPoolInfo `json:"ticket_pool"` }
type StakeInfoExtendedEstimates ¶
type StakeInfoExtendedEstimates struct { Feeinfo dcrjson.FeeInfoBlock `json:"feeinfo"` StakeDiff StakeDiff `json:"stakediff"` PriceWindowNum int `json:"window_number"` IdxBlockInWindow int `json:"window_block_index"` PoolInfo TicketPoolInfo `json:"ticket_pool"` }
type TicketPoolInfo ¶
type TicketPoolInfo struct { Size uint32 `json:"size"` Value float64 `json:"value"` ValAvg float64 `json:"valavg"` }
TicketPoolInfo models data about ticket pool
Click to show internal directories.
Click to hide internal directories.