LedgerResponseLinks constructor

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

Implementation

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