public class NodeToSideChainParams extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Address |
address |
String |
peerPubkey |
String |
sideChainId |
| Constructor and Description |
|---|
NodeToSideChainParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(BinaryReader reader) |
void |
serialize(BinaryWriter binaryWriter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic String peerPubkey
public Address address
public String sideChainId
public void deserialize(BinaryReader reader) throws IOException
deserialize in interface SerializableIOExceptionpublic void serialize(BinaryWriter binaryWriter) throws IOException
serialize in interface SerializableIOExceptionCopyright © 2020. All rights reserved.