Package tbdex.sdk.rust
Interface CreateExchangeRequestBodyInterface
-
- All Implemented Interfaces:
public interface CreateExchangeRequestBodyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCreateExchangeRequestBodyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract CreateExchangeRequestBodyDatagetData()abstract StringtoJsonString()-
-
Method Detail
-
getData
abstract CreateExchangeRequestBodyData getData()
-
toJsonString
abstract String toJsonString()
-
-
-
-