Documentation ¶
Index ¶
- func AssignSubmitterCommand(args TAssignSubmitterArgs) error
- func CheckpointCommand(args TCheckpointCommandArgs) error
- func ComputeCheckpointableValueCommand(args TComputeCheckpointableValueCommandArgs) error
- func CredentialsCommand(args TCredentialCommandArgs) error
- func FindStalePodsCommand(args TFindStalePodsCommandArgs) error
- func FixStaleBalance(args TFixStaleBalanceArgs) error
- func PodManagerContracts() map[uint64]string
- func StatusCommand(args TStatusArgs) error
- type CredentialProofTransaction
- type TAssignSubmitterArgs
- type TCheckpointCommandArgs
- type TComputeCheckpointableValueCommandArgs
- type TCredentialCommandArgs
- type TFindStalePodsCommandArgs
- type TFixStaleBalanceArgs
- type TQueryAllEigenpodsOnNetworkArgs
- type TStatusArgs
- type Transaction
- type TransactionDescription
- type TransactionList
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 ComputeCheckpointableValueCommand ¶
func ComputeCheckpointableValueCommand(args TComputeCheckpointableValueCommandArgs) error
func CredentialsCommand ¶
func CredentialsCommand(args TCredentialCommandArgs) error
func FindStalePodsCommand ¶
func FindStalePodsCommand(args TFindStalePodsCommandArgs) error
func FixStaleBalance ¶
func FixStaleBalance(args TFixStaleBalanceArgs) error
func StatusCommand ¶
func StatusCommand(args TStatusArgs) error
Types ¶
type CredentialProofTransaction ¶
type CredentialProofTransaction struct { Transaction ValidatorIndices []uint64 `json:"validator_indices"` }
type TAssignSubmitterArgs ¶
type TCheckpointCommandArgs ¶
type TCredentialCommandArgs ¶
type TFixStaleBalanceArgs ¶
type TStatusArgs ¶
type Transaction ¶
type TransactionDescription ¶
type TransactionList ¶
type TransactionList = []Transaction
Click to show internal directories.
Click to hide internal directories.