Uses of Class
org.ldk.structs.ChannelTypeFeatures
-
Packages that use ChannelTypeFeatures Package Description org.ldk.structs -
-
Uses of ChannelTypeFeatures in org.ldk.structs
Fields in org.ldk.structs declared as ChannelTypeFeatures Modifier and Type Field Description ChannelTypeFeaturesResult_ChannelTypeFeaturesDecodeErrorZ.Result_ChannelTypeFeaturesDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelTypeFeatures Modifier and Type Method Description ChannelTypeFeaturesChannelTypeFeatures. clone()Creates a copy of the ChannelTypeFeaturesstatic ChannelTypeFeaturesChannelTypeFeatures. empty()Create a blank Features with no features setChannelTypeFeaturesAcceptChannel. get_channel_type()The channel type that this channel will represent.ChannelTypeFeaturesOpenChannel. get_channel_type()The channel type that this channel will represent.static ChannelTypeFeaturesChannelTypeFeatures. known()Creates a Features with the bits set which are known by the implementationMethods in org.ldk.structs with parameters of type ChannelTypeFeatures Modifier and Type Method Description booleanChannelTypeFeatures. eq(ChannelTypeFeatures b)Checks if two ChannelTypeFeaturess contain equal inner contents.static Result_ChannelTypeFeaturesDecodeErrorZResult_ChannelTypeFeaturesDecodeErrorZ. ok(ChannelTypeFeatures o)Creates a new CResult_ChannelTypeFeaturesDecodeErrorZ in the success state.voidAcceptChannel. set_channel_type(ChannelTypeFeatures val)The channel type that this channel will represent.voidOpenChannel. set_channel_type(ChannelTypeFeatures val)The channel type that this channel will represent.
-