Uses of Class
org.ldk.structs.ChannelUpdateInfo
-
Packages that use ChannelUpdateInfo Package Description org.ldk.structs -
-
Uses of ChannelUpdateInfo in org.ldk.structs
Fields in org.ldk.structs declared as ChannelUpdateInfo Modifier and Type Field Description ChannelUpdateInfo
Result_ChannelUpdateInfoDecodeErrorZ.Result_ChannelUpdateInfoDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelUpdateInfo Modifier and Type Method Description ChannelUpdateInfo
ChannelUpdateInfo. clone()
Creates a copy of the ChannelUpdateInfoChannelUpdateInfo
ChannelInfo. get_directional_info(byte channel_flags)
Returns a [`ChannelUpdateInfo`] based on the direction implied by the channel_flag.ChannelUpdateInfo
ChannelInfo. get_one_to_two()
Details about the first direction of a channel Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent NoneChannelUpdateInfo
ChannelInfo. get_two_to_one()
Details about the second direction of a channel Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic ChannelUpdateInfo
ChannelUpdateInfo. of(int last_update_arg, boolean enabled_arg, short cltv_expiry_delta_arg, long htlc_minimum_msat_arg, long htlc_maximum_msat_arg, RoutingFees fees_arg, ChannelUpdate last_update_message_arg)
Constructs a new ChannelUpdateInfo given each fieldMethods in org.ldk.structs with parameters of type ChannelUpdateInfo Modifier and Type Method Description boolean
ChannelUpdateInfo. eq(ChannelUpdateInfo b)
Checks if two ChannelUpdateInfos contain equal inner contents.static Result_ChannelUpdateInfoDecodeErrorZ
Result_ChannelUpdateInfoDecodeErrorZ. ok(ChannelUpdateInfo o)
Creates a new CResult_ChannelUpdateInfoDecodeErrorZ in the success state.void
ChannelInfo. set_one_to_two(ChannelUpdateInfo val)
Details about the first direction of a channel Note that val (or a relevant inner pointer) may be NULL or all-0s to represent Nonevoid
ChannelInfo. set_two_to_one(ChannelUpdateInfo val)
Details about the second direction of a channel Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
-