Documentation ¶
Index ¶
- Variables
- func Event(res *withdraw.Response)
- func GetEventByExchangeID(exchange, id string) (*withdraw.Response, error)
- func GetEventByUUID(id string) (*withdraw.Response, error)
- func GetEventsByDate(exchange string, start, end time.Time, limit int) ([]*withdraw.Response, error)
- func GetEventsByExchange(exchange string, limit int) ([]*withdraw.Response, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoResults is the error returned if no results are found ErrNoResults = errors.New("no results found") )
Functions ¶
func GetEventByExchangeID ¶
GetEventByExchangeID return requested withdraw information by Exchange ID
func GetEventByUUID ¶
GetEventByUUID return requested withdraw information by ID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.