Crate crypto_botters_coincheck

Crate crypto_botters_coincheck 

Source
Expand description

A crate for communicating with the coincheck API. For example usages, see files in the examples/ directory.

Structs§

CoincheckOptions
A struct that represents a set of CoincheckOption s.
CoincheckRequestHandler
A struct that implements RequestHandler
CoincheckWebSocketHandler
A struct that implements WebSocketHandler

Enums§

CoincheckHandlerError
CoincheckHttpUrl
A enum that represents the base url of the Coincheck HTTP API.
CoincheckOption
Options that can be set when creating handlers
CoincheckWebSocketUrl
A enum that represents the base url of the Coincheck Realtime API

Type Aliases§

CoincheckRequestError
CoincheckRequestResult
The type returned by Client::request().