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 AccountTransferResponse struct {
Success bool `json:"success"`
Data int64 `json:"data"`
Code int64 `json:"code"`
Message string `json:"message"`
}
type FuturesTransferResponse struct {
Status string `json:"status"`
Data int64 `json:"data"`
ErrCode string `json:"err-code"`
ErrMsg string `json:"err-msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.