Package org.stellar.sdk.xdr
Class TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
java.lang.Object
org.stellar.sdk.xdr.TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
- All Implemented Interfaces:
XdrElement
- Enclosing class:
TxSetComponent
public static class TxSetComponent.TxSetComponentTxsMaybeDiscountedFee
extends Object
implements XdrElement
TxSetComponentTxsMaybeDiscountedFee's original definition in the XDR file is:
struct
{
int64* baseFee;
TransactionEnvelope txs<>;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionTxSetComponentTxsMaybeDiscountedFee(Int64 baseFee, TransactionEnvelope[] txs) -
Method Summary
Modifier and TypeMethodDescriptionstatic TxSetComponent.TxSetComponentTxsMaybeDiscountedFee.TxSetComponentTxsMaybeDiscountedFeeBuilderbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) getTxs()inthashCode()voidsetBaseFee(Int64 baseFee) voidsetTxs(TransactionEnvelope[] txs) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TxSetComponentTxsMaybeDiscountedFee
public TxSetComponentTxsMaybeDiscountedFee() -
TxSetComponentTxsMaybeDiscountedFee
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static TxSetComponent.TxSetComponentTxsMaybeDiscountedFee.TxSetComponentTxsMaybeDiscountedFeeBuilder builder() -
toBuilder
-
getBaseFee
-
getTxs
-
setBaseFee
-
setTxs
-
equals
-
hashCode
public int hashCode() -
toString
-