AnchorTransactionsRequest class Null safety

Constructors

AnchorTransactionsRequest()

Properties

account String
The stellar account ID involved in the transactions.
read / write
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
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.
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