mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2025-10-16 11:45:37 +00:00
11 lines
191 B
Java
11 lines
191 B
Java
package jota.dto.response;
|
|
|
|
public class GetAttachToTangleResponse extends AbstractResponse {
|
|
|
|
private String [] trytes;
|
|
|
|
public String[] getTrytes() {
|
|
return trytes;
|
|
}
|
|
}
|