package
Version:
v0.0.0-...-841ffdc
Opens a new window with list of versions in this module.
Published: Jul 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetSwapUnifiedAccountTypeResponse struct {
Code int `json:"code"`
Msg string `json:"msg"`
Ts int64 `json:"ts"`
Data struct {
AccountType int `json:"account_type"`
} `json:"data"`
}
type SwapSwitchAccountTypeResponse struct {
Code int `json:"code"`
Msg string `json:"msg"`
Ts int64 `json:"ts"`
Data struct {
AccountType int `json:"account_type"`
} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.