HorizonRequestAccountOperations class
This endpoint represents successful operations for a given account and can be used in streaming mode. Streaming mode allows you to listen for new operations for this account as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known operation unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream operations created since your request time. https://developers.stellar.org/docs/data/horizon/api-reference/get-operations-by-account-id
- Inheritance
-
- Object
- HorizonRequestParam<
AccountOperationResponse, Map< String, dynamic> > - HorizonRequestAccountOperations
Constructors
- HorizonRequestAccountOperations(String accountId, {HorizonPaymentPaginationParams? paginationParams})
-
const
Properties
- accountId → String
-
This account’s public key encoded in a base32 string representation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → String
-
no setteroverride
- paginationParams → HorizonPaginationParams?
-
finalinherited
-
pathParameters
→ List<
String> -
no setteroverride
-
queryParameters
→ Map<
String, dynamic> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
Map< String, dynamic> result) → AccountOperationResponse -
inherited
-
toRequest(
int v) → HorizonRequestDetails -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited