exchange/binance/common/config.go

12 lines
177 B
Go
Raw Normal View History

2024-06-25 16:59:56 +00:00
package common
type BinanceConfig struct {
Name string
ApiKey string
SecretKey string
Passphrase string
IsTest bool
Kind string
Currency string
}