Enum Class TxSetComponentType

java.lang.Object
java.lang.Enum<TxSetComponentType>
org.stellar.sdk.xdr.TxSetComponentType
All Implemented Interfaces:
Serializable, Comparable<TxSetComponentType>, Constable

public enum TxSetComponentType extends Enum<TxSetComponentType>
TxSetComponentType's original definition in the XDR file is:
 enum TxSetComponentType
 {
   // txs with effective fee <= bid derived from a base fee (if any).
   // If base fee is not specified, no discount is applied.
   TXSET_COMP_TXS_MAYBE_DISCOUNTED_FEE = 0
 };