Helius
2020-09-04 67de76a89e21c545122c6cf111ef47b35f23997d
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;
}