LedgerResponseLinks constructor

LedgerResponseLinks(
  1. Link effects,
  2. Link operations,
  3. Link self,
  4. Link transactions,
  5. Link payments,
)

Implementation

LedgerResponseLinks(this.effects, this.operations, this.self, this.transactions, this.payments);