Package org.stellar.sdk.xdr
Class SCPStatement
java.lang.Object
org.stellar.sdk.xdr.SCPStatement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCPStatementdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCPStatement encodedSCPStatement) booleanstatic SCPStatementfromXdrBase64(String xdr) static SCPStatementfromXdrByteArray(byte[] xdr) inthashCode()voidvoidvoidsetSlotIndex(Uint64 value) byte[]
-
Constructor Details
-
SCPStatement
public SCPStatement()
-
-
Method Details
-
getNodeID
-
setNodeID
-
getSlotIndex
-
setSlotIndex
-
getPledges
-
setPledges
-
encode
public static void encode(XdrDataOutputStream stream, SCPStatement encodedSCPStatement) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-