mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
9 lines
195 B
Java
9 lines
195 B
Java
package jota.dto.response;
|
|
|
|
/**
|
|
* Response of {@link jota.dto.request.IotaCommandRequest}
|
|
**/
|
|
public class InterruptAttachingToTangleResponse extends AbstractResponse {
|
|
// empty response
|
|
}
|