Documentation
¶
Index ¶
- func AssignSubmitterCommand(args TAssignSubmitterArgs) error
- func CheckpointCommand(args TCheckpointCommandArgs) error
- func CompleteAllWithdrawalsCommand(args TCompleteWithdrawalArgs) error
- func ConsolidateSwitchCommand(args TConsolidateSwitchCommandArgs) error
- func ConsolidateToTargetCommand(args TConsolidateToTargetCommandArgs) error
- func CredentialsCommand(args TCredentialCommandArgs) error
- func DelegationManager(chainId *big.Int) common.Address
- func FindStalePodsCommand(args TFindStalePodsCommandArgs) error
- func FixStaleBalance(args TFixStaleBalanceArgs) error
- func PrintAsJSON(txns any)
- func QueueWithdrawalCommand(args TQueueWithdrawallArgs) error
- func RequestFullExitCommand(args TRequestFullExitCommandArgs) error
- func RequestPartialWithdrawalCommand(args TRequestPartialWithdrawalCommandArgs) error
- func ShowWithdrawalsCommand(args TShowWithdrawalArgs) error
- func StatusCommand(args TStatusArgs) error
- type ConsolidateBaseCommandArgs
- type CredentialProofTransaction
- type PredeployRequestTransaction
- type TAssignSubmitterArgs
- type TCheckpointCommandArgs
- type TCompleteWithdrawalArgs
- type TConsolidateSwitchCommandArgs
- type TConsolidateToTargetCommandArgs
- type TCredentialCommandArgs
- type TFindStalePodsCommandArgs
- type TFixStaleBalanceArgs
- type TQueueWithdrawallArgs
- type TRequestFullExitCommandArgs
- type TRequestPartialWithdrawalCommandArgs
- type TShowWithdrawalArgs
- type TStatusArgs
- type Transaction
- type TransactionDescription
- type TransactionList
- type WithdrawalBaseCommandArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssignSubmitterCommand ¶
func AssignSubmitterCommand(args TAssignSubmitterArgs) error
func CheckpointCommand ¶
func CheckpointCommand(args TCheckpointCommandArgs) error
func CompleteAllWithdrawalsCommand ¶ added in v1.5.0
func CompleteAllWithdrawalsCommand(args TCompleteWithdrawalArgs) error
func ConsolidateSwitchCommand ¶ added in v1.5.0
func ConsolidateSwitchCommand(args TConsolidateSwitchCommandArgs) error
func ConsolidateToTargetCommand ¶ added in v1.5.0
func ConsolidateToTargetCommand(args TConsolidateToTargetCommandArgs) error
func CredentialsCommand ¶
func CredentialsCommand(args TCredentialCommandArgs) error
func FindStalePodsCommand ¶ added in v1.5.0
func FindStalePodsCommand(args TFindStalePodsCommandArgs) error
func FixStaleBalance ¶ added in v1.5.0
func FixStaleBalance(args TFixStaleBalanceArgs) error
func PrintAsJSON ¶ added in v1.5.0
func PrintAsJSON(txns any)
func QueueWithdrawalCommand ¶ added in v1.5.0
func QueueWithdrawalCommand(args TQueueWithdrawallArgs) error
func RequestFullExitCommand ¶ added in v1.5.0
func RequestFullExitCommand(args TRequestFullExitCommandArgs) error
func RequestPartialWithdrawalCommand ¶ added in v1.5.0
func RequestPartialWithdrawalCommand(args TRequestPartialWithdrawalCommandArgs) error
func ShowWithdrawalsCommand ¶ added in v1.5.0
func ShowWithdrawalsCommand(args TShowWithdrawalArgs) error
func StatusCommand ¶
func StatusCommand(args TStatusArgs) error
Types ¶
type ConsolidateBaseCommandArgs ¶ added in v1.5.0
type CredentialProofTransaction ¶
type CredentialProofTransaction struct { Transaction ValidatorIndices []uint64 `json:"validator_indices"` }
type PredeployRequestTransaction ¶ added in v1.5.0
type PredeployRequestTransaction struct { Transaction Value *big.Int }
type TAssignSubmitterArgs ¶
type TCheckpointCommandArgs ¶
type TCompleteWithdrawalArgs ¶ added in v1.5.0
type TConsolidateSwitchCommandArgs ¶ added in v1.5.0
type TConsolidateSwitchCommandArgs struct { ConsolidateBaseCommandArgs Validators []uint64 }
type TConsolidateToTargetCommandArgs ¶ added in v1.5.0
type TConsolidateToTargetCommandArgs struct { ConsolidateBaseCommandArgs TargetValidator uint64 SourceValidators []uint64 }
type TCredentialCommandArgs ¶
type TFindStalePodsCommandArgs ¶ added in v1.5.0
type TFixStaleBalanceArgs ¶ added in v1.5.0
type TQueueWithdrawallArgs ¶ added in v1.5.0
type TRequestFullExitCommandArgs ¶ added in v1.5.0
type TRequestFullExitCommandArgs struct { WithdrawalBaseCommandArgs Validators []uint64 }
type TRequestPartialWithdrawalCommandArgs ¶ added in v1.5.0
type TRequestPartialWithdrawalCommandArgs struct { WithdrawalBaseCommandArgs Validators []uint64 AmtsGwei []uint64 }
type TShowWithdrawalArgs ¶ added in v1.5.0
type TStatusArgs ¶
type Transaction ¶
type TransactionDescription ¶ added in v1.5.0
type TransactionList ¶
type TransactionList = []Transaction
type WithdrawalBaseCommandArgs ¶ added in v1.5.0
Click to show internal directories.
Click to hide internal directories.