Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceFetcher ¶
BalanceFetcher uses NEP-17 compatible balance contract.
type EstimationFetcher ¶
type IncomeSettlementContext ¶
type IncomeSettlementContext struct {
// contains filtered or unexported fields
}
func NewIncomeSettlementContext ¶
func NewIncomeSettlementContext(p *IncomeSettlementContextPrms) *IncomeSettlementContext
func (*IncomeSettlementContext) Collect ¶
func (inc *IncomeSettlementContext) Collect()
func (*IncomeSettlementContext) Distribute ¶
func (inc *IncomeSettlementContext) Distribute()
type IncomeSettlementContextPrms ¶
type IncomeSettlementContextPrms struct { Log *zap.Logger Epoch uint64 Rate RateFetcher Estimations EstimationFetcher Balances BalanceFetcher Container common.ContainerStorage Placement common.PlacementCalculator Exchange common.Exchanger Accounts common.AccountStorage }
type NodeSizeTable ¶
type NodeSizeTable struct {
// contains filtered or unexported fields
}
NodeSizeTable is not thread safe, make sure it is accessed with external locks or in single routine.
func NewNodeSizeTable ¶
func NewNodeSizeTable() *NodeSizeTable
func (*NodeSizeTable) Put ¶
func (t *NodeSizeTable) Put(id []byte, avg uint64)
func (*NodeSizeTable) Total ¶
func (t *NodeSizeTable) Total() *big.Int
type RateFetcher ¶
Click to show internal directories.
Click to hide internal directories.