Coinbase.Pro.REST.Context (coinbasepro_rest v1.0.0) View Source

This module is currently responsible for storing authentication information used to issue requests.

Link to this section Summary

Link to this section Types

Specs

t() :: %Coinbase.Pro.REST.Context{
  key: String.t(),
  passphrase: String.t(),
  secret: String.t()
}