Package org.stellar.sdk.xdr
Class SCPHistoryEntryV0
java.lang.Object
org.stellar.sdk.xdr.SCPHistoryEntryV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCPHistoryEntryV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCPHistoryEntryV0 encodedSCPHistoryEntryV0) booleanstatic SCPHistoryEntryV0fromXdrBase64(String xdr) static SCPHistoryEntryV0fromXdrByteArray(byte[] xdr) inthashCode()voidvoidsetQuorumSets(SCPQuorumSet[] value) byte[]
-
Constructor Details
-
SCPHistoryEntryV0
public SCPHistoryEntryV0()
-
-
Method Details
-
getQuorumSets
-
setQuorumSets
-
getLedgerMessages
-
setLedgerMessages
-
encode
public static void encode(XdrDataOutputStream stream, SCPHistoryEntryV0 encodedSCPHistoryEntryV0) 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
-