legacy

package
v1.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2023 License: GPL-3.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const MinipoolBalanceDetailsBatchSize = 8

Settings

Variables

This section is empty.

Functions

This section is empty.

Types

type MinipoolBalanceDetails

type MinipoolBalanceDetails struct {
	IsStaking   bool
	UserBalance *big.Int
	NodeAddress common.Address
	NodeFee     *big.Int
}

type NetworkBalances

type NetworkBalances struct {
	Block                 uint64
	DepositPool           *big.Int
	MinipoolsTotal        *big.Int
	MinipoolsStaking      *big.Int
	DistributorShareTotal *big.Int
	SmoothingPoolShare    *big.Int
	RETHContract          *big.Int
	RETHSupply            *big.Int
}

Network balance info

type SubmitNetworkBalances

type SubmitNetworkBalances struct {
	// contains filtered or unexported fields
}

Submit network balances task

func NewSubmitNetworkBalances

func NewSubmitNetworkBalances(c *cli.Context, logger log.ColorLogger, maxFee float64, maxPriorityFee float64) (*SubmitNetworkBalances, error)

Create submit network balances task

func (*SubmitNetworkBalances) Run

func (t *SubmitNetworkBalances) Run() error

Submit network balances

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL