make Fee Bump
fun makeFeeBump(feeAddress: AccountKeyPair, transaction: Transaction, baseFee: ULong? = null): FeeBumpTransaction
Content copied to clipboard
Creates Fee Bump transaction
Return
unsigned fee bump transaction
Parameters
fee Address
address that will pay for the transaction's fee
transaction
transaction for which fee should be paid (inner transaction)
base Fee
optional base fee for the transaction. If not specified, StellarConfiguration.baseFee will be used