Skip to content

Commit

Permalink
Update api-schema/src/main/java/org/stellar/anchor/api/sep/sep6/InfoR…
Browse files Browse the repository at this point in the history
…esponse.java
  • Loading branch information
lijamie98 authored Nov 26, 2024
1 parent f1116f3 commit c626f15
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ public static class DepositAssetResponse {
* <p>The only field supported by the platform is <code>type</code>. Additional fields required
* for KYC are supplied asynchronously through SEP-12 requests.
*/
/**
* Deprecated since SEP-6 version 4.1.0.
* https://github.com/stellar/stellar-protocol/blob/21d30cd22caa6f25369828289d845c4366eaa641/ecosystem/sep-0006.md
*/
@Deprecated Map<String, AssetInfo.Field> fields;
}

Expand Down

0 comments on commit c626f15

Please sign in to comment.