makeFeeBump

fun makeFeeBump(feeAddress: AccountKeyPair, transaction: Transaction, baseFee: ULong? = null): FeeBumpTransaction

Creates Fee Bump transaction

Return

unsigned fee bump transaction

Parameters

feeAddress

address that will pay for the transaction's fee

transaction

transaction for which fee should be paid (inner transaction)

baseFee

optional base fee for the transaction. If not specified, StellarConfiguration.baseFee will be used