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 ChannelUpdateInfoResult_ChannelUpdateInfoDecodeErrorZ.Result_ChannelUpdateInfoDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelUpdateInfo Modifier and Type Method Description ChannelUpdateInfoChannelUpdateInfo. clone()Creates a copy of the ChannelUpdateInfoChannelUpdateInfoDirectedChannelInfo. direction()Returns information for the direction.ChannelUpdateInfoChannelInfo. get_directional_info(byte channel_flags)Returns a [`ChannelUpdateInfo`] based on the direction implied by the channel_flag.ChannelUpdateInfoChannelInfo. 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 NoneChannelUpdateInfoChannelInfo. 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 ChannelUpdateInfoChannelUpdateInfo. 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 static Result_ChannelUpdateInfoDecodeErrorZResult_ChannelUpdateInfoDecodeErrorZ. ok(ChannelUpdateInfo o)Creates a new CResult_ChannelUpdateInfoDecodeErrorZ in the success state.voidChannelInfo. 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 NonevoidChannelInfo. 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
-