DepositAsset class

Constructors

DepositAsset(bool enabled, bool? authenticationRequired, double? feeFixed, double? feePercent, double? minAmount, double? maxAmount, Map<String, AnchorField>? fields)
DepositAsset.fromJson(Map<String, dynamic> json)
factory

Properties

authenticationRequired bool?
Optional. true if client must be authenticated before accessing the deposit endpoint for this asset. false if not specified.
getter/setter pair
enabled bool
true if SEP-6 deposit for this asset is supported
getter/setter pair
feeFixed double?
Optional fixed (flat) fee for deposit, in units of the Stellar asset. Null if there is no fee or the fee schedule is complex.
getter/setter pair
feePercent double?
Optional percentage fee for deposit, in percentage points of the Stellar asset. Null if there is no fee or the fee schedule is complex.
getter/setter pair
fields Map<String, AnchorField>?
(Deprecated) Accepting personally identifiable information through request parameters is a security risk due to web server request logging. KYC information should be supplied to the Anchor via SEP-12).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxAmount double?
Optional maximum amount. No limit if not specified.
getter/setter pair
minAmount double?
Optional minimum amount. No limit if not specified.
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