Fee Bump

Input

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.

Output

type FeeBumpPipelineOutput = FeeBumpTransaction

The output provides the wrapped fee bump transaction.

Last updated