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 FeeBumpTransactionEnvelopedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic FeeBumpTransactionEnvelopefromXdrBase64(String xdr) static FeeBumpTransactionEnvelopefromXdrByteArray(byte[] xdr) getTx()inthashCode()voidsetSignatures(DecoratedSignature[] signatures) voidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
FeeBumpTransactionEnvelope
public FeeBumpTransactionEnvelope() -
FeeBumpTransactionEnvelope
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTx
-
getSignatures
-
setTx
-
setSignatures
-
equals
-
hashCode
public int hashCode() -
toString
-