Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ScanSwapCommand scan swaps on eth like blockchain ScanSwapCommand = &cli.Command{ Action: scanSwap, Name: "scanswap", Usage: "scan cross chain swaps", ArgsUsage: " ", Description: ` scan cross chain swaps `, Flags: []cli.Flag{ utils.ConfigFileFlag, utils.GatewayFlag, scanReceiptFlag, startHeightFlag, utils.EndHeightFlag, utils.StableHeightFlag, utils.JobsFlag, timeoutFlag, }, } )
View Source
var (
// VersionCommand version subcommand
VersionCommand = &cli.Command{
Action: version,
Name: "version",
Usage: "Print version numbers",
ArgsUsage: " ",
Description: `
The output of this command is supposed to be machine-readable.
`,
}
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.