DepositResponse class
Represents an transfer service deposit response.
Constructors
Properties
- eta ↔ int
-
(optional) Estimate of how long the deposit will take to credit in seconds.
read / write
- extraInfo ↔ ExtraInfo
-
(optional) JSON object with additional information about the deposit process.
read / write
- feeFixed ↔ double
-
(optional) Fixed fee (if any). In units of the deposited asset.
read / write
- feePercent ↔ double
-
(optional) Percentage fee (if any). In units of percentage points.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- how ↔ String
-
Terse but complete instructions for how to deposit the asset. In the case of most cryptocurrencies it is just an address to which the deposit should be sent.
read / write
- id ↔ String
-
(optional) The anchor's ID for this deposit. The wallet will use this ID to query the /transaction endpoint to check status of the request.
read / write
- maxAmount ↔ double
-
(optional) Maximum amount of asset that a user can deposit.
read / write
- minAmount ↔ double
-
(optional) Minimum amount of an asset that a user can deposit.
read / write
- rateLimitLimit ↔ int
-
read / write, inherited
- rateLimitRemaining ↔ int
-
read / write, inherited
- rateLimitReset ↔ int
-
read / write, inherited
- 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
-
setHeaders(
Map< String, String> headers) → void -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited