Documentation
¶
Index ¶
- Constants
- func CheckCollateral(rp *rocketpool.RocketPool, nodeAddress common.Address, opts *bind.CallOpts) (ethBorrowed *big.Int, ethBorrowedLimit *big.Int, pendingBorrowAmount *big.Int, ...)
- func GetSmoothingPoolBalance(rp *rocketpoolapi.RocketPool, ec *services.ExecutionClientManager) (*api.SmoothingRewardsResponse, error)
- func RegisterRoutes(mux *http.ServeMux, c *cli.Command)
Constants ¶
View Source
const MinipoolCountDetailsBatchSize = 10
Settings
View Source
const (
ValidatorEth float64 = 32.0
)
Variables ¶
This section is empty.
Functions ¶
func CheckCollateral ¶ added in v1.20.8
func CheckCollateral(rp *rocketpool.RocketPool, nodeAddress common.Address, opts *bind.CallOpts) (ethBorrowed *big.Int, ethBorrowedLimit *big.Int, pendingBorrowAmount *big.Int, err error)
Checks the given node's current borrowed ETH, its limit on borrowed ETH, and how much ETH is preparing to be borrowed by pending bond reductions
func GetSmoothingPoolBalance ¶ added in v1.7.1
func GetSmoothingPoolBalance(rp *rocketpoolapi.RocketPool, ec *services.ExecutionClientManager) (*api.SmoothingRewardsResponse, error)
Types ¶
This section is empty.
Source Files
¶
- alerts.go
- balances.go
- burn.go
- check-collateral.go
- claim-rewards.go
- claim-rpl.go
- claim-unclaimed-rewards.go
- create-vacant-minipool.go
- deposit-contract-info.go
- deposit.go
- distributor.go
- ens-name.go
- express-ticket.go
- get-bond-requirement.go
- primary-withdrawal-address.go
- register.go
- rewards.go
- routes.go
- rpl-withdrawal-address.go
- send-message.go
- send.go
- set-rpl-lock-allowed.go
- set-stake-rpl-for-allowed.go
- set-timezone.go
- sign-message.go
- sign.go
- smoothing-pool.go
- stake-rpl.go
- status.go
- swap-rpl.go
- sync.go
- unstake-rpl.go
- utils.go
- withdraw-credit.go
- withdraw-eth.go
- withdraw-legacy-rpl.go
- withdraw-rpl.go
Click to show internal directories.
Click to hide internal directories.