DepositExchangeAsset class

Constructors

DepositExchangeAsset(bool enabled, bool? authenticationRequired, Map<String, AnchorField>? fields)
DepositExchangeAsset.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
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
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