Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FundCmd = &cobra.Command{ Use: "fund", Short: "Bulk fund many crypto wallets automatically.", Long: usage, Run: func(cmd *cobra.Command, args []string) { if err := runFunding(cmd); err != nil { log.Error().Err(err).Msg("Error funding wallets") } }, }
fundCmd represents the fund command
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.