boolean |
RoutingFees.eq(RoutingFees b) |
Checks if two RoutingFeess contain equal inner contents.
|
static DirectionalChannelInfo |
DirectionalChannelInfo.of(int last_update_arg,
boolean enabled_arg,
short cltv_expiry_delta_arg,
long htlc_minimum_msat_arg,
Option_u64Z htlc_maximum_msat_arg,
RoutingFees fees_arg,
ChannelUpdate last_update_message_arg) |
Constructs a new DirectionalChannelInfo given each field
|
static NodeInfo |
NodeInfo.of(long[] channels_arg,
RoutingFees lowest_inbound_channel_fees_arg,
NodeAnnouncementInfo announcement_info_arg) |
Constructs a new NodeInfo given each field
|
static RouteHintHop |
RouteHintHop.of(byte[] src_node_id_arg,
long short_channel_id_arg,
RoutingFees fees_arg,
short cltv_expiry_delta_arg,
Option_u64Z htlc_minimum_msat_arg,
Option_u64Z htlc_maximum_msat_arg) |
Constructs a new RouteHintHop given each field
|
static Result_RoutingFeesDecodeErrorZ |
Result_RoutingFeesDecodeErrorZ.ok(RoutingFees o) |
Creates a new CResult_RoutingFeesDecodeErrorZ in the success state.
|
void |
DirectionalChannelInfo.set_fees(RoutingFees val) |
Fees charged when the channel is used for routing
|
void |
RouteHintHop.set_fees(RoutingFees val) |
The fees which must be paid to use this channel
|
void |
NodeInfo.set_lowest_inbound_channel_fees(RoutingFees val) |
Lowest fees enabling routing via any of the enabled, known channels to a node.
|