Documentation ¶
Index ¶
- Variables
- func BindTransferBaseCurrencyFlags(cmd *cobra.Command)
- func ProcessTransferBaseCurrencyFlags(cmd *cobra.Command, args []string) error
- func TransferBaseCurrency(cmd *cobra.Command, args []string, t transactor.Transactor) error
- func ValidateTransferBaseCurrencyFlags(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
flag vars
View Source
var ( RecipientAddress common.Address WeiAmount *big.Int )
processed flag vars
View Source
var AccountRootCMD = &cobra.Command{ Use: "accounts", Short: "Set of commands for managing accounts", Long: "Set of commands for managing accounts", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { var err error url, gasLimit, gasPrice, senderKeyPair, _, err = flags.GlobalFlagValues(cmd) if err != nil { return fmt.Errorf("could not get global flags: %v", err) } return nil }, }
Functions ¶
func TransferBaseCurrency ¶
func TransferBaseCurrency(cmd *cobra.Command, args []string, t transactor.Transactor) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.