ExtraInfo class
Additional information from the anchor.
Contains optional messages or additional details that an anchor wants to communicate to the user about their transaction.
See also:
- DepositResponse, WithdrawResponse which may include extra info
Constructors
- ExtraInfo(String? message)
- Creates ExtraInfo with an optional message from the anchor.
-
ExtraInfo.fromJson(Map<
String, dynamic> json) -
Constructs ExtraInfo from JSON returned by deposit or withdraw response.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
getter/setter pair
- rateLimitLimit ↔ int?
-
Maximum number of requests allowed in the current rate limit window.
getter/setter pairinherited
- rateLimitRemaining ↔ int?
-
Number of requests remaining in the current rate limit window.
getter/setter pairinherited
- rateLimitReset ↔ int?
-
Unix timestamp when the rate limit window will reset.
getter/setter pairinherited
- 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
-
setHeaders(
Map< String, String> headers) → void -
Populates rate limit fields from HTTP response headers.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited