public class GlobalParam1 extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
A |
int |
B |
long |
candidateFee |
int |
candidateNum |
int |
minInitStake |
int |
penalty |
int |
posLimit |
int |
yita |
| Constructor and Description |
|---|
GlobalParam1() |
GlobalParam1(int CandidateFeeSplitNum,
int A,
int B,
int Yita) |
| 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 long candidateFee
public int minInitStake
public int candidateNum
public int posLimit
public int A
public int B
public int yita
public int penalty
public GlobalParam1()
public GlobalParam1(int CandidateFeeSplitNum,
int A,
int B,
int Yita)
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.