wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
AnchorServiceAsset
Anchor
Service
Asset
@
Serializable
data
class
AnchorServiceAsset
(
enabled
:
Boolean
,
minAmount
:
Double
?
,
maxAmount
:
Double
?
,
feeFixed
:
Double
?
,
feePercent
:
Double
?
)
Content copied to clipboard
Properties
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
Content copied to clipboard
feeFixed
Link copied to clipboard
val
feeFixed
:
Double
?
=
null
Content copied to clipboard
feePercent
Link copied to clipboard
val
feePercent
:
Double
?
=
null
Content copied to clipboard
maxAmount
Link copied to clipboard
val
maxAmount
:
Double
?
=
null
Content copied to clipboard
minAmount
Link copied to clipboard
val
minAmount
:
Double
?
=
null
Content copied to clipboard