AnchorTransactionsRequest class

Constructors

AnchorTransactionsRequest({required String assetCode, required String account, DateTime? noOlderThan, int? limit, String? kind, String? pagingId, String? lang, String? jwt})

Properties

account String
The stellar account ID involved in the transactions. If the service requires SEP-10 authentication, this parameter must match the authenticated account.
getter/setter pair
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) A list containing the desired transaction kinds. The possible values are deposit, deposit-exchange, withdrawal and withdrawal-exchange.
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. Error fields and other human readable messages in the response should be in this language.
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.
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