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 ChannelInfoDirectedChannelInfo. channel()Returns information for the channel.ChannelInfoReadOnlyNetworkGraph. channel(long short_channel_id)Returns information on a channel with the given id.ChannelInfoChannelInfo. clone()Creates a copy of the ChannelInfoMethods 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.
-