Package tbdex.sdk.messages
Class CloseData
-
- All Implemented Interfaces:
public final class CloseDataRepresents the data for a Close message in the tbDEX protocol.
-
-
Method Summary
Modifier and Type Method Description final StringgetReason()The reason why the exchange is being closed. final BooleangetSuccess()Indicates whether the exchange was successfully completed.
-