AccountResponseLinks class
HAL links for navigating related account resources.
Provides hypermedia links to related Horizon API endpoints for an account. These links follow the HAL (Hypertext Application Language) standard and enable navigation to:
- effects: Effects created by this account's operations
- offers: Active offers created by this account
- operations: Operations performed by or on this account
- self: This account's details endpoint
- transactions: Transactions involving this account
- payments: Payment operations for this account
- trades: Trades executed by this account
- data: Data entries attached to this account
See also:
- AccountResponse for the parent account details
- Link for link structure details
Constructors
Properties
- data ↔ Link
-
Link to data entries attached to this account.
getter/setter pair
- effects ↔ Link
-
Link to effects created by this account's operations.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- offers ↔ Link
-
Link to active offers created by this account.
getter/setter pair
- operations ↔ Link
-
Link to operations performed by or on this account.
getter/setter pair
- payments ↔ Link
-
Link to payment operations for this account.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self ↔ Link
-
Link to this account's details endpoint.
getter/setter pair
- trades ↔ Link
-
Link to trades executed by this account.
getter/setter pair
- transactions ↔ Link
-
Link to transactions involving this account.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited