Class SCPBallot

java.lang.Object
org.stellar.sdk.xdr.SCPBallot

public class SCPBallot extends Object
SCPBallot's original definition in the XDR file is:
 struct SCPBallot
 {
     uint32 counter; // n
     Value value;    // x
 };