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 DirectionalChannelInfo
Result_DirectionalChannelInfoDecodeErrorZ.Result_DirectionalChannelInfoDecodeErrorZ_OK. res
Methods in org.ldk.structs that return DirectionalChannelInfo Modifier and Type Method Description DirectionalChannelInfo
DirectionalChannelInfo. clone()
Creates a copy of the DirectionalChannelInfoDirectionalChannelInfo
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 NoneDirectionalChannelInfo
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 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 fieldMethods in org.ldk.structs with parameters of type DirectionalChannelInfo Modifier and Type Method Description static ChannelInfo
ChannelInfo. 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_DirectionalChannelInfoDecodeErrorZ
Result_DirectionalChannelInfoDecodeErrorZ. ok(DirectionalChannelInfo o)
Creates a new CResult_DirectionalChannelInfoDecodeErrorZ in the success state.void
ChannelInfo. 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 Nonevoid
ChannelInfo. 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
-