Skip to content

deposit

go
import "github.com/rocket-pool/rocketpool-go/deposit"

Index

func AssignDeposits

go
func AssignDeposits(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (common.Hash, error)

Assign deposits

func Deposit

go
func Deposit(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (common.Hash, error)

Make a deposit

func EstimateAssignDepositsGas

go
func EstimateAssignDepositsGas(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (rocketpool.GasInfo, error)

Estimate the gas of AssignDeposits

func EstimateDepositGas

go
func EstimateDepositGas(rp *rocketpool.RocketPool, opts *bind.TransactOpts) (rocketpool.GasInfo, error)

Estimate the gas of Deposit

func GetBalance

go
func GetBalance(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)

Get the deposit pool balance

func GetExcessBalance

go
func GetExcessBalance(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*big.Int, error)

Get the excess deposit pool balance