Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FundpsbtResponse

Hierarchy

  • FundpsbtResponse

Index

Properties

change_outnum?: number

The 0-based output number where change was placed (only if parameter excess_as_change was true and there was sufficient funds)

estimated_final_weight: number

The estimated weight of the transaction once fully signed

excess_msat: number

The amount above satoshi which is available. This could be zero, or dust; it will be zero if change_outnum is also returned

feerate_per_kw: number

The feerate used to create the PSBT, in satoshis-per-kiloweight

psbt: string

Unsigned PSBT which fulfills the parameters given

reservations?: FundpsbtReservation[]

If reserve was true or a non-zero number, just as per lightning-reserveinputs(7)

Generated using TypeDoc