Helius
2020-08-28 2d3de81973303a8f4e124473d69b2b9f77c38e99
1
2
3
4
5
6
7
8
package com.xcong.excoin.utils.api.response;
 
 
public class Account {
    public long id;
    public String type;
    public String state;
}