# Functions
Precompute the address of a minipool based on the node wallet, deposit type, and unique salt If you set minipoolBytecode to nil, this will retrieve it from the contracts using minipool.GetMinipoolBytecode().
Gets all of the deposit contract's deposit events for the provided pubkeys.
Combine a node's address and a salt to retreive a new salt compatible with depositing.
Wait for a transaction to get mined.
# Structs
BeaconDepositEvent represents a DepositEvent event raised by the BeaconDeposit contract.
Formatted Beacon deposit event data.