Package org.stellar.sdk.xdr
Class StoredDebugTransactionSet
java.lang.Object
org.stellar.sdk.xdr.StoredDebugTransactionSet
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StoredDebugTransactionSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, StoredDebugTransactionSet encodedStoredDebugTransactionSet) booleanstatic StoredDebugTransactionSetfromXdrBase64(String xdr) static StoredDebugTransactionSetfromXdrByteArray(byte[] xdr) getTxSet()inthashCode()voidsetLedgerSeq(Uint32 value) voidsetScpValue(StellarValue value) voidsetTxSet(StoredTransactionSet value) byte[]
-
Constructor Details
-
StoredDebugTransactionSet
public StoredDebugTransactionSet()
-
-
Method Details
-
getTxSet
-
setTxSet
-
getLedgerSeq
-
setLedgerSeq
-
getScpValue
-
setScpValue
-
encode
public static void encode(XdrDataOutputStream stream, StoredDebugTransactionSet encodedStoredDebugTransactionSet) 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
-