HorizonRequestPayments class

This endpoint lists all Successful payment-related operations and can be used in streaming mode. Streaming mode allows you to listen for new payments as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known payment unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream payments created since your request time. Operations that can be returned by this endpoint include: create_account, payment, path_payment_strict_recieve, path_payment_strict_send, and account_merge https://developers.stellar.org/docs/data/horizon/api-reference/list-all-payments

Inheritance

Constructors

HorizonRequestPayments({HorizonPaymentPaginationParams? paginationParams})
const

Properties

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) Map<String, dynamic>
inherited
toRequest(int v) HorizonRequestDetails
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited