Package org.stellar.sdk.xdr
Class TransactionV0Envelope
java.lang.Object
org.stellar.sdk.xdr.TransactionV0Envelope
TransactionV0Envelope's original definition in the XDR file is:
struct TransactionV0Envelope { TransactionV0 tx; /* Each decorated signature is a signature over the SHA256 hash of * a TransactionSignaturePayload */ DecoratedSignature signatures<20>; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionV0Envelope
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionV0Envelope
fromXdrBase64
(String xdr) static TransactionV0Envelope
fromXdrByteArray
(byte[] xdr) getTx()
int
hashCode()
void
setSignatures
(DecoratedSignature[] signatures) void
setTx
(TransactionV0 tx) toString()
default String
default byte[]
-
Constructor Details
-
TransactionV0Envelope
public TransactionV0Envelope() -
TransactionV0Envelope
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTx
-
getSignatures
-
setTx
-
setSignatures
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-