Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MarketMakerWalletIndex defines index of the market marker wallet. This is hardcoded in the vega-market-sim.
MarketMakerWalletIndex = 3
)
Variables ¶
View Source
var ErrEmptyResponse = errors.New("empty response")
Functions ¶
This section is empty.
Types ¶
type BotTraderWantedToken ¶ added in v0.76.8
type ResearchBot ¶
type ResearchBot struct { TradingBot WalletData struct { Index int64 `json:"index"` PublicKey string `json:"publicKey"` RecoveryPhrase string `json:"recoveryPhrase"` } `json:"wallet"` // contains filtered or unexported fields }
func (*ResearchBot) GetPublicKey ¶ added in v0.76.8
func (b *ResearchBot) GetPublicKey() string
func (*ResearchBot) IsMarketMaker ¶ added in v0.76.8
func (b *ResearchBot) IsMarketMaker() bool
type ResearchBots ¶ added in v0.74.10
type ResearchBots map[string]ResearchBot
func RetrieveResearchBots ¶ added in v0.76.8
type TradingBot ¶ added in v0.76.8
type TradingBots ¶ added in v0.76.8
type TradingBots map[string]TradingBot
func RetrieveTradingBots ¶ added in v0.76.8
Click to show internal directories.
Click to hide internal directories.