Package org.stellar.sdk.xdr
Class FeeBumpTransactionEnvelope
java.lang.Object
org.stellar.sdk.xdr.FeeBumpTransactionEnvelope
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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionFeeBumpTransactionEnvelope
(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()
default String
default byte[]
-
Constructor Details
-
FeeBumpTransactionEnvelope
public FeeBumpTransactionEnvelope() -
FeeBumpTransactionEnvelope
-
-
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
-