Uses of Class
org.ldk.structs.Result_ChannelShutdownStateDecodeErrorZ
-
Packages that use Result_ChannelShutdownStateDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_ChannelShutdownStateDecodeErrorZ in org.ldk.structs
Subclasses of Result_ChannelShutdownStateDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_ChannelShutdownStateDecodeErrorZ.Result_ChannelShutdownStateDecodeErrorZ_Errstatic classResult_ChannelShutdownStateDecodeErrorZ.Result_ChannelShutdownStateDecodeErrorZ_OKMethods in org.ldk.structs that return Result_ChannelShutdownStateDecodeErrorZ Modifier and Type Method Description Result_ChannelShutdownStateDecodeErrorZResult_ChannelShutdownStateDecodeErrorZ. clone()Creates a new CResult_ChannelShutdownStateDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_ChannelShutdownStateDecodeErrorZResult_ChannelShutdownStateDecodeErrorZ. err(DecodeError e)Creates a new CResult_ChannelShutdownStateDecodeErrorZ in the error state.static Result_ChannelShutdownStateDecodeErrorZResult_ChannelShutdownStateDecodeErrorZ. ok(ChannelShutdownState o)Creates a new CResult_ChannelShutdownStateDecodeErrorZ in the success state.
-