fund

package
v0.1.37 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: AGPL-3.0 Imports: 19 Imported by: 0

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

type Wallet

type Wallet struct {
	PublicKey  *ecdsa.PublicKey
	PrivateKey *ecdsa.PrivateKey
	Address    common.Address
}

Wallet struct to hold public key, private key, and address

Jump to

Keyboard shortcuts

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