Class TransactionResponse.FeeBumpTransaction

java.lang.Object
org.stellar.sdk.responses.TransactionResponse.FeeBumpTransaction
Enclosing class:
TransactionResponse

public static final class TransactionResponse.FeeBumpTransaction extends Object
FeeBumpTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction. The object has two fields: the hash of the fee bump transaction and the signatures present in the fee bump transaction envelope.
  • Constructor Details

    • FeeBumpTransaction

      public FeeBumpTransaction(String hash, List<String> signatures)
  • Method Details