package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Apr 23, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Implements REST API calls for currency module.
type CCRespGetCurrency struct {
Height int64 `json:"height"`
Result types.Currency `json:"result"`
}
type CCRespGetDestroy struct {
Height int64 `json:"height"`
Result types.Destroy `json:"result"`
}
type CCRespGetDestroys struct {
Height int64 `json:"height"`
Result types.Destroys `json:"result"`
}
type CCRespGetIssue struct {
Height int64 `json:"height"`
Result types.Issue `json:"result"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.