public class SideChain extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
Address |
address |
long |
deposit |
long |
ongNum |
long |
ongPool |
long |
ratio |
String |
sideChainId |
byte |
status |
| 构造器和说明 |
|---|
SideChain() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
void |
serialize(BinaryWriter binaryWriter) |
String |
toJson() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic String sideChainId
public Address address
public long ratio
public long deposit
public long ongNum
public long ongPool
public byte status
public void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionpublic void serialize(BinaryWriter binaryWriter) throws IOException
serialize 在接口中 SerializableIOExceptionpublic String toJson()
Copyright © 2021. All rights reserved.