Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RevertReasonCmd = &cobra.Command{ Use: "reason", Short: "Revert reason for failed TX.", Long: `Given a failed TX tries to find the revert reason. args = tx hex address`, Args: cobra.ExactArgs(1), Run: func(cmd *cobra.Command, args []string) { cfg := config.New() baseHandler := handler.NewBaseHandler(cfg) baseHandler.RevertReason(args[0]) }, }
RevertReasonCmd takes in a failed tx hash and tries to give you the reason
View Source
var RootCmd = &cobra.Command{
Use: "chaincli",
Short: "ChainLink CLI tool to manage products such as keeper, vrf, etc.",
Long: `chaincli is a CLI for running the product management commands, e.g. keepers deployment.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.