Package tbdex.sdk.rust
Interface GetExchangesResponseBodyInterface
-
- All Implemented Interfaces:
public interface GetExchangesResponseBodyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetExchangesResponseBodyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract GetExchangesResponseBodyDatagetData()abstract StringtoJsonString()-
-
Method Detail
-
getData
abstract GetExchangesResponseBodyData getData()
-
toJsonString
abstract String toJsonString()
-
-
-
-