Documentation ¶
Index ¶
- func AssignDeposits(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (common.Hash, error)
- func Deposit(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (common.Hash, error)
- func EstimateAssignDepositsGas(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
- func EstimateDepositGas(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
- func GetBalance(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
- func GetExcessBalance(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignDeposits ¶
func AssignDeposits(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (common.Hash, error)
Assign deposits
func Deposit ¶
func Deposit(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (common.Hash, error)
Make a deposit
func EstimateAssignDepositsGas ¶
func EstimateAssignDepositsGas(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
Estimate the gas of AssignDeposits
func EstimateDepositGas ¶
func EstimateDepositGas(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (rocketpool.GasInfo, error)
Estimate the gas of Deposit
func GetBalance ¶
func GetBalance(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the deposit pool balance
func GetExcessBalance ¶
func GetExcessBalance(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)
Get the excess deposit pool balance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.