Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FundCmd = &cobra.Command{ Use: "fund", Short: "Bulk fund crypto wallets automatically.", Long: usage, PreRunE: func(cmd *cobra.Command, args []string) (err error) { params.RPCURL, err = flag.GetRequiredRPCURL(cmd) if err != nil { return err } params.PrivateKey, err = flag.GetRequiredPrivateKey(cmd) if err != nil { return err } return checkFlags() }, RunE: func(cmd *cobra.Command, args []string) error { return runFunding(cmd.Context()) }, }
FundCmd represents the fund command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.