ExBitstamp v0.1.1 ExBitstamp.Credentials View Source

Provides a struct for API credentials.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExBitstamp.Credentials{
  customer_id: String.t(),
  key: String.t(),
  secret: String.t()
}