Class SCPBallot

java.lang.Object
org.stellar.sdk.xdr.SCPBallot
All Implemented Interfaces:
XdrElement

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