Package org.stellar.sdk.xdr
Class SCPHistoryEntry
java.lang.Object
org.stellar.sdk.xdr.SCPHistoryEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCPHistoryEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCPHistoryEntry encodedSCPHistoryEntry) booleanstatic SCPHistoryEntryfromXdrBase64(String xdr) static SCPHistoryEntryfromXdrByteArray(byte[] xdr) getV0()inthashCode()voidsetDiscriminant(Integer value) voidsetV0(SCPHistoryEntryV0 value) byte[]
-
Constructor Details
-
SCPHistoryEntry
public SCPHistoryEntry()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getV0
-
setV0
-
encode
public static void encode(XdrDataOutputStream stream, SCPHistoryEntry encodedSCPHistoryEntry) 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
-