Package org.stellar.sdk.xdr
Class StoredDebugTransactionSet
java.lang.Object
org.stellar.sdk.xdr.StoredDebugTransactionSet
- All Implemented Interfaces:
XdrElement
StoredDebugTransactionSet's original definition in the XDR file is:
struct StoredDebugTransactionSet
{
StoredTransactionSet txSet;
uint32 ledgerSeq;
StellarValue scpValue;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionStoredDebugTransactionSet(StoredTransactionSet txSet, Uint32 ledgerSeq, StellarValue scpValue) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static StoredDebugTransactionSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic StoredDebugTransactionSetfromXdrBase64(String xdr) static StoredDebugTransactionSetfromXdrByteArray(byte[] xdr) getTxSet()inthashCode()voidsetLedgerSeq(Uint32 ledgerSeq) voidsetScpValue(StellarValue scpValue) voidsetTxSet(StoredTransactionSet txSet) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
StoredDebugTransactionSet
public StoredDebugTransactionSet() -
StoredDebugTransactionSet
public StoredDebugTransactionSet(StoredTransactionSet txSet, Uint32 ledgerSeq, StellarValue scpValue)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTxSet
-
getLedgerSeq
-
getScpValue
-
setTxSet
-
setLedgerSeq
-
setScpValue
-
equals
-
hashCode
public int hashCode() -
toString
-