Token DTO
This commit is contained in:
12
src/main/java/stream/dto/Token.java
Normal file
12
src/main/java/stream/dto/Token.java
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
package stream.dto;
|
||||||
|
|
||||||
|
import java.io.Serial;
|
||||||
|
|
||||||
|
public class Token extends AddressId {
|
||||||
|
@Serial
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
String name;
|
||||||
|
String symbol;
|
||||||
|
int decimals;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user