SEP24TransactionsRequest class

Request of the transactions endpoint.

Constructors

SEP24TransactionsRequest()

Properties

assetCode String
The code of the asset of interest. E.g. BTC, ETH, USD, INR, etc.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jwt String
jwt previously received from the anchor via the SEP-10 authentication flow
getter/setter pair
kind String?
(optional) The kind of transaction that is desired. Should be either deposit or withdrawal.
getter/setter pair
lang String?
(optional) Defaults to en if not specified or if the specified language is not supported. Language code specified using RFC 4646 which means it can also accept locale in the format en-US.
getter/setter pair
limit int?
(optional) The response should contain at most limit transactions.
getter/setter pair
noOlderThan DateTime?
(optional) The response should contain transactions starting on or after this date & time. UTC ISO 8601 string.
getter/setter pair
pagingId String?
(optional) The response should contain transactions starting prior to this ID (exclusive).
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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