Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BotCmd = &cobra.Command{
Use: "bot",
Short: "Work with bot",
Long: `Work with bot`,
}
Root Command for Bot
Functions ¶
func RunGetBots ¶
func RunGetBots(args GetBotsArgs) error
func RunReferral ¶
func RunReferral(args ReferralArgs) error
func Stake ¶
func Stake( expectedStakeForParty map[string]*big.Int, network *veganetwork.VegaNetwork, logger *zap.Logger, ) error
Types ¶
type GetBotsArgs ¶
type GetBotsArgs struct {
*BotArgs
}
type ReferralArgs ¶
Click to show internal directories.
Click to hide internal directories.