public class AuthorizeInfo extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
Address |
address |
long |
consensusPos |
long |
freezePos |
long |
newPos |
String |
peerPubkey |
long |
withdrawFreezePos |
long |
withdrawPos |
long |
withdrawUnfreezePos |
| 构造器和说明 |
|---|
AuthorizeInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
void |
serialize(BinaryWriter writer) |
String |
toJson() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic String peerPubkey
public Address address
public long consensusPos
public long freezePos
public long newPos
public long withdrawPos
public long withdrawFreezePos
public long withdrawUnfreezePos
public void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize 在接口中 SerializableIOExceptionpublic String toJson()
Copyright © 2021. All rights reserved.