Class TransactionResponse.InnerTransaction

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

public static final class TransactionResponse.InnerTransaction extends Object
InnerTransaction 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 three fields: the hash of the inner transaction wrapped by the fee bump transaction, the max fee set in the inner transaction, and the signatures present in the inner transaction envelope.
  • Constructor Details

  • Method Details