TransactionResponseLinks constructor

TransactionResponseLinks(
  1. Link? account,
  2. Link? effects,
  3. Link? ledger,
  4. Link? operations,
  5. Link? precedes,
  6. Link? self,
  7. Link? succeeds,
)

Implementation

TransactionResponseLinks(this.account, this.effects, this.ledger,
    this.operations, this.precedes, this.self, this.succeeds);