Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Announcement ¶ added in v1.3.0
type LatestStateResponse ¶
type RecentTxsResponse ¶
type RecentTxsResponse struct {
ID string `json:"id"`
From string `json:"from"`
To string `json:"to"`
Amount float64 `json:"amount"`
Fee float64 `json:"fee"`
Date time.Time `json:"date"`
Status order.Status `json:"status"`
TxID string `json:"tx_id"`
BridgeType string `json:"bridge_type"`
Reason string `json:"reason"`
}
type SearchRequest ¶
type SearchRequest struct {
Q string `query:"q"`
}
Click to show internal directories.
Click to hide internal directories.