Documentation ¶
Index ¶
- Constants
- Variables
- func CmdDB() *cobra.Command
- func CmdExecute() *cobra.Command
- func CmdQuery() *cobra.Command
- func CmdQueryMsg() *cobra.Command
- func CmdRevertToLastExecutableStatus() *cobra.Command
- func CmdStart() *cobra.Command
- func CmdTx() *cobra.Command
- func CmdUnstuckTx() *cobra.Command
- func CmdVersion() *cobra.Command
- func Execute()
- type ExecutorContext
Constants ¶
View Source
const ( FlagHome = "home" FlagLoglevel = "loglevel" FlagTest = "test" FlagGasPrice = "gas-price" FlagGasTipCap = "gas-tip-cap" FlagGasFeeCap = "gas-fee-cap" FlagSrcTx = "src-tx" FlagDstTx = "dst-tx" FlagMessageId = "id" FlagChainId = "chain-id" FlagAccount = "account" )
Variables ¶
View Source
var Version = "dev"
to be replaced by ldflags="-X 'cmd.Version=xxx'
Functions ¶
func CmdExecute ¶
func CmdQueryMsg ¶
func CmdUnstuckTx ¶
func CmdVersion ¶
Types ¶
type ExecutorContext ¶
type ExecutorContext struct { DB *dal.DB Chains *chains.Chains SgnClient *sgn.SgnClient GatewayClient *sgn.GatewayClient Accounts *accounts.Accounts }
func GetExecutorContext ¶
func GetExecutorContext() *ExecutorContext
Click to show internal directories.
Click to hide internal directories.