Versions in this module Expand all Collapse all v1 v1.20.8 Aug 4, 2026 Changes in this version + type Details struct + FeeDistributorAddress common.Address + HasMegapoolValidators bool + HasMinipools bool + IsInOptOutCooldown bool + IsInSmoothingPool bool + MegapoolAddress common.Address + OptOutEpoch uint64 + SmoothingPoolAddress common.Address + func GetDetails(rp *rocketpool.RocketPool, bc beacon.Client, nodeAddress common.Address, ...) (*Details, error) + func GetDetailsWithoutState(rp *rocketpool.RocketPool, bc beacon.Client, nodeAddress common.Address, ...) (*Details, error)