SEP24TransactionsRequest class Null safety

Request of the transactions endpoint.

Constructors

SEP24TransactionsRequest()

Properties

assetCode String
The code of the asset of interest. E.g. BTC, ETH, USD, INR, etc.
read / write
hashCode int
The hash code for this object.
read-only, inherited
jwt String
jwt previously received from the anchor via the SEP-10 authentication flow
read / write
kind String?
(optional) The kind of transaction that is desired. Should be either deposit or withdrawal.
read / write
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.
read / write
limit int?
(optional) The response should contain at most limit transactions.
read / write
noOlderThan DateTime?
(optional) The response should contain transactions starting on or after this date & time. UTC ISO 8601 string.
read / write
pagingId String?
(optional) The response should contain transactions starting prior to this ID (exclusive).
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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