Package org.stellar.sdk.xdr
Class TransactionV0
java.lang.Object
org.stellar.sdk.xdr.TransactionV0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TransactionV0 encodedTransactionV0) booleanstatic TransactionV0fromXdrBase64(String xdr) static TransactionV0fromXdrByteArray(byte[] xdr) getExt()getFee()getMemo()inthashCode()voidvoidvoidvoidsetOperations(Operation[] value) voidsetSeqNum(SequenceNumber value) voidsetSourceAccountEd25519(Uint256 value) voidsetTimeBounds(TimeBounds value) byte[]
-
Constructor Details
-
TransactionV0
public TransactionV0()
-
-
Method Details
-
getSourceAccountEd25519
-
setSourceAccountEd25519
-
getFee
-
setFee
-
getSeqNum
-
setSeqNum
-
getTimeBounds
-
setTimeBounds
-
getMemo
-
setMemo
-
getOperations
-
setOperations
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, TransactionV0 encodedTransactionV0) 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
-