Package org.stellar.sdk.xdr
Class FeeBumpTransactionEnvelope
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
- All Implemented Interfaces:
XdrElement
FeeBumpTransactionEnvelope's original definition in the XDR file is:
struct FeeBumpTransactionEnvelope { FeeBumpTransaction tx; /* Each decorated signature is a signature over the SHA256 hash of * a TransactionSignaturePayload */ DecoratedSignature signatures<20>; };
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionFeeBumpTransactionEnvelope
(FeeBumpTransaction tx, DecoratedSignature[] signatures) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static FeeBumpTransactionEnvelope
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static FeeBumpTransactionEnvelope
fromXdrBase64
(String xdr) static FeeBumpTransactionEnvelope
fromXdrByteArray
(byte[] xdr) getTx()
int
hashCode()
void
setSignatures
(DecoratedSignature[] signatures) void
toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
FeeBumpTransactionEnvelope
public FeeBumpTransactionEnvelope() -
FeeBumpTransactionEnvelope
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTx
-
getSignatures
-
setTx
-
setSignatures
-
equals
-
hashCode
public int hashCode() -
toString
-