Documentation ¶
Index ¶
- func ConfirmWithdrawalAddress(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.TransactOpts) (common.Hash, error)
- func EstimateConfirmWithdrawalAddressGas(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.TransactOpts) (gogopool.GasInfo, error)
- func EstimateSetWithdrawalAddressGas(ggp *gogopool.GoGoPool, nodeAddress common.Address, ...) (gogopool.GasInfo, error)
- func GetNodePendingWithdrawalAddress(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.CallOpts) (common.Address, error)
- func GetNodeWithdrawalAddress(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.CallOpts) (common.Address, error)
- func SetWithdrawalAddress(ggp *gogopool.GoGoPool, nodeAddress common.Address, ...) (common.Hash, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfirmWithdrawalAddress ¶
func ConfirmWithdrawalAddress(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.TransactOpts) (common.Hash, error)
Set a node's withdrawal address
func EstimateConfirmWithdrawalAddressGas ¶
func EstimateConfirmWithdrawalAddressGas(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.TransactOpts) (gogopool.GasInfo, error)
Estimate the gas of ConfirmWithdrawalAddress
func EstimateSetWithdrawalAddressGas ¶
func EstimateSetWithdrawalAddressGas(ggp *gogopool.GoGoPool, nodeAddress common.Address, withdrawalAddress common.Address, confirm bool, opts *bind.TransactOpts) (gogopool.GasInfo, error)
Estimate the gas of SetWithdrawalAddress
func GetNodePendingWithdrawalAddress ¶
func GetNodePendingWithdrawalAddress(ggp *gogopool.GoGoPool, nodeAddress common.Address, opts *bind.CallOpts) (common.Address, error)
Get a node's pending withdrawal address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.