Uses of Class
org.ldk.structs.DirectionalChannelInfo
-
Packages that use DirectionalChannelInfo Package Description org.ldk.structs -
-
Uses of DirectionalChannelInfo in org.ldk.structs
Fields in org.ldk.structs declared as DirectionalChannelInfo Modifier and Type Field Description DirectionalChannelInfoResult_DirectionalChannelInfoDecodeErrorZ.Result_DirectionalChannelInfoDecodeErrorZ_OK. resMethods in org.ldk.structs that return DirectionalChannelInfo Modifier and Type Method Description DirectionalChannelInfoDirectionalChannelInfo. clone()Creates a copy of the DirectionalChannelInfoDirectionalChannelInfoChannelInfo. 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 NoneDirectionalChannelInfoChannelInfo. 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 DirectionalChannelInfoDirectionalChannelInfo. 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 fieldMethods in org.ldk.structs with parameters of type DirectionalChannelInfo Modifier and Type Method Description static ChannelInfoChannelInfo. of(ChannelFeatures features_arg, byte[] node_one_arg, DirectionalChannelInfo one_to_two_arg, byte[] node_two_arg, DirectionalChannelInfo two_to_one_arg, Option_u64Z capacity_sats_arg, ChannelAnnouncement announcement_message_arg)Constructs a new ChannelInfo given each fieldstatic Result_DirectionalChannelInfoDecodeErrorZResult_DirectionalChannelInfoDecodeErrorZ. ok(DirectionalChannelInfo o)Creates a new CResult_DirectionalChannelInfoDecodeErrorZ in the success state.voidChannelInfo. set_one_to_two(DirectionalChannelInfo 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(DirectionalChannelInfo 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
-