AnchorServiceInfo

@Serializable
data class AnchorServiceInfo(deposit: Map<String, AnchorServiceAsset>, withdraw: Map<String, AnchorServiceAsset>, fee: AnchorServiceFee, features: AnchorServiceFeatures?)

Properties

Link copied to clipboard
val deposit: Map<String, AnchorServiceAsset>
Link copied to clipboard
val features: AnchorServiceFeatures? = null
Link copied to clipboard
val fee: AnchorServiceFee
Link copied to clipboard
val withdraw: Map<String, AnchorServiceAsset>