wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
AnchorServiceInfo
Anchor
Service
Info
@
Serializable
data
class
AnchorServiceInfo
(
deposit
:
Map
<
String
,
AnchorServiceAsset
>
,
withdraw
:
Map
<
String
,
AnchorServiceAsset
>
,
fee
:
AnchorServiceFee
,
features
:
AnchorServiceFeatures
?
)
Content copied to clipboard
Properties
Properties
deposit
Link copied to clipboard
val
deposit
:
Map
<
String
,
AnchorServiceAsset
>
Content copied to clipboard
features
Link copied to clipboard
val
features
:
AnchorServiceFeatures
?
=
null
Content copied to clipboard
fee
Link copied to clipboard
val
fee
:
AnchorServiceFee
Content copied to clipboard
withdraw
Link copied to clipboard
val
withdraw
:
Map
<
String
,
AnchorServiceAsset
>
Content copied to clipboard