Uses of Class
org.ldk.structs.ChannelInfo
-
Packages that use ChannelInfo Package Description org.ldk.structs -
-
Uses of ChannelInfo in org.ldk.structs
Fields in org.ldk.structs declared as ChannelInfo Modifier and Type Field Description ChannelInfo
Result_ChannelInfoDecodeErrorZ.Result_ChannelInfoDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelInfo Modifier and Type Method Description ChannelInfo
ChannelInfo. clone()
Creates a copy of the ChannelInfostatic 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 fieldMethods in org.ldk.structs with parameters of type ChannelInfo Modifier and Type Method Description static Result_ChannelInfoDecodeErrorZ
Result_ChannelInfoDecodeErrorZ. ok(ChannelInfo o)
Creates a new CResult_ChannelInfoDecodeErrorZ in the success state.
-