KrakenApi constructor

KrakenApi(
  1. String apiKey,
  2. String secretKey
)

Constructs a KrakenApi object with given api key and secret key.

Implementation

KrakenApi(this.apiKey, this.secretKey);