Sep24Info Response
@Serializable
Response from the /info endpoint containing anchor capabilities and supported assets.
Provides information about what assets the anchor supports for deposit and withdrawal, fee configuration, and feature support such as claimable balances.
Constructors
Link copied to clipboard
constructor(depositAssets: Map<String, Sep24AssetInfo>? = null, withdrawAssets: Map<String, Sep24AssetInfo>? = null, feeEndpoint: Sep24FeeEndpointInfo? = null, features: Sep24Features? = null)