Last updated 9 months ago
type FeeBumpPipelineInput = { innerTransaction: Transaction feeBumpHeader: FeeBumpHeader }
innerTransaction: A stellar transaction object to be wrapped into a fee bump.
feeBumpHeader: A header containing information about the source account, fee, and signers for the fee bump.
type FeeBumpPipelineOutput = FeeBumpTransaction
The output provides the wrapped fee bump transaction.