FeeRequest class

Constructors

FeeRequest({required String operation, required String assetCode, required double amount, String? type, String? jwt})

Properties

amount double
Amount of the asset that will be deposited/withdrawn.
getter/setter pair
assetCode String
Stellar asset code.
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
operation String
Kind of operation (deposit or withdraw).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
(optional) Type of deposit or withdrawal (SEPA, bank_account, cash, etc...).
getter/setter pair

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