Uses of Class
org.ldk.structs.ChannelDetails
-
Packages that use ChannelDetails Package Description org.ldk.structs -
-
Uses of ChannelDetails in org.ldk.structs
Methods in org.ldk.structs that return ChannelDetails Modifier and Type Method Description ChannelDetailsChannelDetails. clone()Creates a copy of the ChannelDetailsChannelDetails[]Payer. first_hops()Returns the payer's channels.ChannelDetails[]Payer.PayerInterface. first_hops()Returns the payer's channels.ChannelDetails[]ChannelManager. list_channels()Gets the list of open channels, in random order.ChannelDetails[]ChannelManager. list_usable_channels()Gets the list of usable channels, in random order.static ChannelDetailsChannelDetails. of(byte[] channel_id_arg, ChannelCounterparty counterparty_arg, OutPoint funding_txo_arg, Option_u64Z short_channel_id_arg, long channel_value_satoshis_arg, Option_u64Z unspendable_punishment_reserve_arg, long user_channel_id_arg, long outbound_capacity_msat_arg, long inbound_capacity_msat_arg, Option_u32Z confirmations_required_arg, Option_u16Z force_close_spend_delay_arg, boolean is_outbound_arg, boolean is_funding_locked_arg, boolean is_usable_arg, boolean is_public_arg)Constructs a new ChannelDetails given each fieldMethods in org.ldk.structs with parameters of type ChannelDetails Modifier and Type Method Description Result_RouteLightningErrorZRouter. find_route(byte[] payer, RouteParameters params, ChannelDetails[] first_hops, Score scorer)Finds a [`Route`] between `payer` and `payee` for a payment with the given values.Result_RouteLightningErrorZRouter.RouterInterface. find_route(byte[] payer, RouteParameters params, ChannelDetails[] first_hops, Score scorer)Finds a [`Route`] between `payer` and `payee` for a payment with the given values.static Result_RouteLightningErrorZUtilMethods. find_route(byte[] our_node_pubkey, RouteParameters params, NetworkGraph network, ChannelDetails[] first_hops, Logger logger, Score scorer)Finds a route from us (payer) to the given target node (payee).Balance[]ChainMonitor. get_claimable_balances(ChannelDetails[] ignored_channels)Gets the balances in the contained [`ChannelMonitor`]s which are claimable on-chain or claims which are awaiting confirmation.
-