AccountResponseLinks constructor
AccountResponseLinks()
Creates an AccountResponseLinks from Horizon API data.
This constructor is typically called internally when deserializing JSON responses from Horizon API endpoints.
Parameters:
effectsLink to effects created by this accountoffersLink to active offers by this accountoperationsLink to operations for this accountselfLink to this account's detailstransactionsLink to transactions involving this accountpaymentsLink to payment operations for this accounttradesLink to trades executed by this accountdataLink to data entries attached to this account
Implementation
AccountResponseLinks(this.effects, this.offers, this.operations, this.self,
this.transactions, this.payments, this.trades, this.data);