Package org.stellar.sdk
Class FeeBumpTransaction
java.lang.Object
org.stellar.sdk.AbstractTransaction
org.stellar.sdk.FeeBumpTransaction
Represents Fee Bump Transaction in Stellar network.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds a new FeeBumpTransaction object. -
Field Summary
Fields inherited from class org.stellar.sdk.AbstractTransaction
MIN_BASE_FEE -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FeeBumpTransactionfromFeeBumpTransactionEnvelope(AccountConverter accountConverter, FeeBumpTransactionEnvelope envelope, Network network) static FeeBumpTransactionfromFeeBumpTransactionEnvelope(FeeBumpTransactionEnvelope envelope, Network network) longgetFee()The max fee willing to be paid for this transaction.@NonNull StringThe account paying for the transaction fee.@NonNull TransactionThe inner transaction that is being wrapped by this fee bump transaction.inthashCode()byte[]Returns signature base.Generates TransactionEnvelope XDR object.Methods inherited from class org.stellar.sdk.AbstractTransaction
addSignature, fromEnvelopeXdr, fromEnvelopeXdr, fromEnvelopeXdr, fromEnvelopeXdr, getAccountConverter, getNetwork, getSignatures, getTransactionSignatureBase, hash, hashHex, sign, sign, toEnvelopeXdrBase64
-
Method Details
-
fromFeeBumpTransactionEnvelope
public static FeeBumpTransaction fromFeeBumpTransactionEnvelope(AccountConverter accountConverter, FeeBumpTransactionEnvelope envelope, Network network) -
fromFeeBumpTransactionEnvelope
public static FeeBumpTransaction fromFeeBumpTransactionEnvelope(FeeBumpTransactionEnvelope envelope, Network network) -
signatureBase
public byte[] signatureBase()Description copied from class:AbstractTransactionReturns signature base.- Specified by:
signatureBasein classAbstractTransaction- Returns:
- the signature base
-
toEnvelopeXdr
Generates TransactionEnvelope XDR object.- Specified by:
toEnvelopeXdrin classAbstractTransaction
-
equals
-
hashCode
public int hashCode() -
getFee
public long getFee()The max fee willing to be paid for this transaction. -
getFeeAccount
The account paying for the transaction fee. -
getInnerTransaction
The inner transaction that is being wrapped by this fee bump transaction.
-