Uses of Class
org.ldk.enums.ChannelShutdownState
-
Packages that use ChannelShutdownState Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of ChannelShutdownState in org.ldk.enums
Methods in org.ldk.enums that return ChannelShutdownState Modifier and Type Method Description static ChannelShutdownStateChannelShutdownState. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelShutdownState[]ChannelShutdownState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChannelShutdownState in org.ldk.impl
Fields in org.ldk.impl declared as ChannelShutdownState Modifier and Type Field Description ChannelShutdownStatebindings.LDKCOption_ChannelShutdownStateZ.Some. someMethods in org.ldk.impl that return ChannelShutdownState Modifier and Type Method Description static ChannelShutdownStatebindings. ChannelShutdownState_clone(long orig)static ChannelShutdownStatebindings. ChannelShutdownState_negotiating_closing_fee()static ChannelShutdownStatebindings. ChannelShutdownState_not_shutting_down()static ChannelShutdownStatebindings. ChannelShutdownState_resolving_htlcs()static ChannelShutdownStatebindings. ChannelShutdownState_shutdown_complete()static ChannelShutdownStatebindings. ChannelShutdownState_shutdown_initiated()static ChannelShutdownStatebindings. CResult_ChannelShutdownStateDecodeErrorZ_get_ok(long owner)Methods in org.ldk.impl with parameters of type ChannelShutdownState Modifier and Type Method Description static longbindings. COption_ChannelShutdownStateZ_some(ChannelShutdownState o)static longbindings. CResult_ChannelShutdownStateDecodeErrorZ_ok(ChannelShutdownState o) -
Uses of ChannelShutdownState in org.ldk.structs
Fields in org.ldk.structs declared as ChannelShutdownState Modifier and Type Field Description ChannelShutdownStateResult_ChannelShutdownStateDecodeErrorZ.Result_ChannelShutdownStateDecodeErrorZ_OK. resChannelShutdownStateOption_ChannelShutdownStateZ.Some. someMethods in org.ldk.structs with parameters of type ChannelShutdownState Modifier and Type Method Description static Result_ChannelShutdownStateDecodeErrorZResult_ChannelShutdownStateDecodeErrorZ. ok(ChannelShutdownState o)Creates a new CResult_ChannelShutdownStateDecodeErrorZ in the success state.static Option_ChannelShutdownStateZOption_ChannelShutdownStateZ. some(ChannelShutdownState o)Constructs a new COption_ChannelShutdownStateZ containing a crate::lightning::ln::channelmanager::ChannelShutdownState
-