Package org.stellar.sdk.xdr
Class StoredDebugTransactionSet
java.lang.Object
org.stellar.sdk.xdr.StoredDebugTransactionSet
StoredDebugTransactionSet's original definition in the XDR file is:
struct StoredDebugTransactionSet { StoredTransactionSet txSet; uint32 ledgerSeq; StellarValue scpValue; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionStoredDebugTransactionSet
(StoredTransactionSet txSet, Uint32 ledgerSeq, StellarValue scpValue) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static StoredDebugTransactionSet
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static StoredDebugTransactionSet
fromXdrBase64
(String xdr) static StoredDebugTransactionSet
fromXdrByteArray
(byte[] xdr) getTxSet()
int
hashCode()
void
setLedgerSeq
(Uint32 ledgerSeq) void
setScpValue
(StellarValue scpValue) void
setTxSet
(StoredTransactionSet txSet) toString()
default String
default byte[]
-
Constructor Details
-
StoredDebugTransactionSet
public StoredDebugTransactionSet() -
StoredDebugTransactionSet
public StoredDebugTransactionSet(StoredTransactionSet txSet, Uint32 ledgerSeq, StellarValue scpValue)
-
-
Method Details
-
encode
- 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
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-