public class AuthorizeInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Address |
address |
long |
consensusPos |
long |
freezePos |
long |
newPos |
String |
peerPubkey |
long |
withdrawFreezePos |
long |
withdrawPos |
long |
withdrawUnfreezePos |
| Constructor and Description |
|---|
AuthorizeInfo() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize in interface SerializableIOExceptionpublic String toJson()
Copyright © 2020. All rights reserved.