Package org.stellar.sdk.xdr
Class SCPStatement.SCPStatementPledges.SCPStatementConfirm
java.lang.Object
org.stellar.sdk.xdr.SCPStatement.SCPStatementPledges.SCPStatementConfirm
- Enclosing class:
SCPStatement.SCPStatementPledges
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCPStatement.SCPStatementPledges.SCPStatementConfirm encodedSCPStatementConfirm) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getNH()inthashCode()voidvoidsetNCommit(Uint32 value) voidvoidsetNPrepared(Uint32 value) voidsetQuorumSetHash(Hash value) byte[]
-
Constructor Details
-
SCPStatementConfirm
public SCPStatementConfirm()
-
-
Method Details
-
getBallot
-
setBallot
-
getNPrepared
-
setNPrepared
-
getNCommit
-
setNCommit
-
getNH
-
setNH
-
getQuorumSetHash
-
setQuorumSetHash
-
encode
public static void encode(XdrDataOutputStream stream, SCPStatement.SCPStatementPledges.SCPStatementConfirm encodedSCPStatementConfirm) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static SCPStatement.SCPStatementPledges.SCPStatementConfirm decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
public static SCPStatement.SCPStatementPledges.SCPStatementConfirm fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static SCPStatement.SCPStatementPledges.SCPStatementConfirm fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-