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 ChannelInfoResult_ChannelInfoDecodeErrorZ.Result_ChannelInfoDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelInfo Modifier and Type Method Description ChannelInfoChannelInfo. clone()Creates a copy of the ChannelInfostatic 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 fieldMethods in org.ldk.structs with parameters of type ChannelInfo Modifier and Type Method Description static Result_ChannelInfoDecodeErrorZResult_ChannelInfoDecodeErrorZ. ok(ChannelInfo o)Creates a new CResult_ChannelInfoDecodeErrorZ in the success state.
-