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
DirectedChannelInfo. channel()
Returns information for the channel.ChannelInfo
ReadOnlyNetworkGraph. channel(long short_channel_id)
Returns information on a channel with the given id.ChannelInfo
ChannelInfo. clone()
Creates a copy of the ChannelInfoMethods in org.ldk.structs with parameters of type ChannelInfo Modifier and Type Method Description boolean
ChannelInfo. eq(ChannelInfo b)
Checks if two ChannelInfos contain equal inner contents.static Result_ChannelInfoDecodeErrorZ
Result_ChannelInfoDecodeErrorZ. ok(ChannelInfo o)
Creates a new CResult_ChannelInfoDecodeErrorZ in the success state.
-