Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelFunderUpdateRequestBody

Hierarchy

  • ChannelFunderUpdateRequestBody

Index

Properties

channel_fee_max_base_msat: string

Commitment to a max base fee that your node will charge for routing payments. Default is 5k sats

channel_fee_max_proportional_thousandths: string

Commitment to a max fee rate that your node will charge for routing payments. Default is 100k ppm

compact_lease: string

Compact description of the channel lease params

fund_probability: string

Percentage of v2 channel open requests to apply our policy to. Valid values are 0 to 100. Default 100

funding_weight: string

used to calculate the fee the peer will compensate your node for its contributing inputs to the funding transaction. Default is 2 inputs + 1 P2WPKH output

fuzz_percent: string

Percentage to fuzz the resulting contribution amount by. Valid values are 0 to 100. Default 0

lease_fee_base_msat: string

Flat fee for a channel lease. Defaults to 2k sats

lease_fee_basis: string

Basis fee that's calculated as 1/10k of the total requested funds the peer is asking for. Defaults to 65 bp

leases_only: boolean

will only contribute funds to option_will_fund requests which pay to lease funds. Default to false

max_their_funding_msat: string

Any channel open above this will not be funded

min_their_funding_msat: string

Min funding sats that we require in order to activate our contribution policy to the v2 open. Defaults to 10k sats

per_channel_max_msat: string

Max amount that we will contribute to a channel open

per_channel_min_msat: string

Min amount that we will contribute to a channel open. Defaults to 10k sats

policy: string

How much capital to commit to a v2 open channel request. e.g. match/available/fixed

policy_mod: string

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

reserve_tank_msat: string

Amount of sats to leave available in the node wallet. Defaults to zero sats.

Generated using TypeDoc