Helius
2020-08-06 543e484d6b4393ff3cf1539157b546f9dc4e154b
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;
}