Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunderupdateResponse

Hierarchy

  • FunderupdateResponse

Index

Properties

channel_fee_max_base_msat?: number

Maximum channel_fee_base_msat we'll charge for routing funds leased on this channel.

channel_fee_max_proportional_thousandths?: number

Maximum channel_fee_proportional_millitionths we'll charge for routing funds leased on this channel, in thousandths.

compact_lease?: string

Compact description of the channel lease parameters.

fund_probability: number

Percent of opens to consider funding. 100 means we'll consider funding every requested open channel request.

funding_weight?: number

Transaction weight the channel opener will pay us for a leased funding transaction.

fuzz_percent: number

Percentage to fuzz our funding amount by.

lease_fee_base_msat?: number

Flat fee to charge for a channel lease.

lease_fee_basis?: number

Proportional fee to charge for a channel lease, calculated as 1/10,000th of requested funds.

leases_only: boolean

Only contribute funds to option_will_fund lease requests.

max_their_funding_msat: number

The maximum funding sats that we'll allow from peer to activate our funding policy.

min_their_funding_msat: number

The minimum funding sats that we require from peer to activate our funding policy.

per_channel_max_msat: number

The maximum amount that we will fund a channel open with.

per_channel_min_msat: number

The minimum amount that we will fund a channel open with.

Policy funder plugin will use to decide how much captial to commit to a v2 open channel request

policy_mod: number

The policy_mod is the number or 'modification' to apply to the policy.

reserve_tank_msat: number

Amount of sats to leave available in the node wallet.

summary: string

Summary of the current funding policy e.g. (match 100)

Generated using TypeDoc