Type: WalletType
WalletType
This enum represents a wallet type.
enum WalletType {
SPOT = "spot",
MAIN = "main",
FUTURES = "futures",
MARGIN = "margin",
OPTIONS = "options",
EARN = "earn",
BOT = "bot",
CARD = "card",
OTHER = "other",
}