Documentation
¶
Index ¶
- type CreateSubUserRequest
- type CreateSubUserResponse
- type DepositHistory
- type QuerySubUserDepositHistoryOptionalRequest
- type QuerySubUserDepositHistoryResponse
- type SetSubUserTradableMarketRequest
- type SetSubUserTradableMarketResponse
- type SetSubUserTransferabilityRequest
- type SetSubUserTransferabilityResponse
- type SubUserManagement
- type SubUserManagementRequest
- type SubUserManagementResponse
- type SubUserTransferRequest
- type TradableMarket
- type Transferability
- type UserData
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSubUserRequest ¶
type CreateSubUserRequest struct {
UserList []Users `json:"userList"`
}
type CreateSubUserResponse ¶
type DepositHistory ¶
type DepositHistory struct {
Id int64 `json:"id"`
Currency string `json:"currency"`
TransactionHash string `json:"txHash"`
Chain string `json:"chain"`
Amount decimal.Decimal `json:"amount"`
Address string `json:"address"`
AddressTag string `json:"addressTag"`
State string `json:"state"`
CreateTime int64 `json:"createTime"`
UpdateTime int64 `json:"updateTime"`
}
type QuerySubUserDepositHistoryResponse ¶
type QuerySubUserDepositHistoryResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data []DepositHistory `json:"data"`
NextId int64 `json:"nextId"`
}
type SetSubUserTradableMarketResponse ¶
type SetSubUserTradableMarketResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data []TradableMarket `json:"data"`
}
type SetSubUserTransferabilityResponse ¶
type SetSubUserTransferabilityResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Data []Transferability `json:"data"`
}
type SubUserManagement ¶
type SubUserManagementResponse ¶
type SubUserManagementResponse struct {
Code int `json:"code"`
Data *SubUserManagement
}
type SubUserTransferRequest ¶
type TradableMarket ¶
type Transferability ¶
Source Files
¶
- createsubuserrequest.go
- createsubuserresponse.go
- querysubuserdeposithistoryoptionalrequest.go
- querysubuserdeposithistoryresponse.go
- setsubusertradablemarketresponse.go
- setsubusertradeblemarketrequest.go
- setsubusertransferabilityrequest.go
- setsubusertransferabilityresponse.go
- subusermanagementrequest.go
- subusermanagementresponse.go
- subusertransferrequest.go
Click to show internal directories.
Click to hide internal directories.