Documentation ¶
Index ¶
Constants ¶
View Source
const MinipoolBalanceDetailsBatchSize = 8
Settings
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinipoolBalanceDetails ¶
type NetworkBalances ¶
type NetworkBalances struct { Block uint64 DepositPool *big.Int MinipoolsTotal *big.Int MinipoolsStaking *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
Click to show internal directories.
Click to hide internal directories.