Package org.stellar.sdk.xdr
Class Transaction
java.lang.Object
org.stellar.sdk.xdr.Transaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Transactiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Transaction encodedTransaction) booleanstatic TransactionfromXdrBase64(String xdr) static TransactionfromXdrByteArray(byte[] xdr) getCond()getExt()getFee()getMemo()inthashCode()voidsetCond(Preconditions value) voidsetExt(Transaction.TransactionExt value) voidvoidvoidsetOperations(Operation[] value) voidsetSeqNum(SequenceNumber value) voidsetSourceAccount(MuxedAccount value) byte[]
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getSourceAccount
-
setSourceAccount
-
getFee
-
setFee
-
getSeqNum
-
setSeqNum
-
getCond
-
setCond
-
getMemo
-
setMemo
-
getOperations
-
setOperations
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, Transaction encodedTransaction) 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
-