Documentation ¶
Index ¶
- Variables
- func BindHashListFlags(cmd *cobra.Command)
- func BindSimulateFlags(cmd *cobra.Command)
- func HashListCmd(cmd *cobra.Command, args []string) error
- func ProcessSimulateFlags(cmd *cobra.Command, args []string)
- func SimulateCmd(cmd *cobra.Command) error
- func ValidateSimulateFlags(cmd *cobra.Command, args []string) error
- type GasPricerWithPostConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BlockNumber string Blocks string TxHash string FromAddress string )
flag vars
View Source
var UtilsCmd = &cobra.Command{
Use: "utils",
Short: "Set of utility commands",
Long: "Set of utility commands",
}
Functions ¶
func BindHashListFlags ¶
func BindSimulateFlags ¶
func ProcessSimulateFlags ¶
func SimulateCmd ¶
Types ¶
type GasPricerWithPostConfig ¶
type GasPricerWithPostConfig interface { calls.GasPricer SetClient(client evmgaspricer.LondonGasClient) SetOpts(opts *evmgaspricer.GasPricerOpts) }
Click to show internal directories.
Click to hide internal directories.