everything

package
v0.1.102 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2026 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Overview

Package everything provides the claim-everything command.

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "claim-everything",
	Short:   "Attempt to claim as many deposits and messages as possible.",
	PreRunE: ulxlycommon.PrepInputs,
	RunE: func(cmd *cobra.Command, args []string) error {
		return claimEverything(cmd)
	},
	SilenceUsage: true,
}

Functions

This section is empty.

Types

type DepositID

type DepositID struct {
	DepositCnt uint32 `json:"deposit_cnt"`
	NetworkID  uint32 `json:"network_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL