AccountResponseLinks constructor

AccountResponseLinks(
  1. Link effects,
  2. Link offers,
  3. Link operations,
  4. Link self,
  5. Link transactions,
  6. Link payments,
  7. Link trades,
  8. Link data,
)

Implementation

AccountResponseLinks(this.effects, this.offers, this.operations, this.self,
    this.transactions, this.payments, this.trades, this.data);