Uses of Class
org.ldk.structs.Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ
-
Packages that use Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ in org.ldk.structs
Subclasses of Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ_Errstatic classResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ_OKMethods in org.ldk.structs that return Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ Modifier and Type Method Description static Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZUtilMethods. C2Tuple_ThirtyTwoBytesChannelManagerZ_read(byte[] ser, EntropySource arg_entropy_source, NodeSigner arg_node_signer, SignerProvider arg_signer_provider, FeeEstimator arg_fee_estimator, Watch arg_chain_monitor, BroadcasterInterface arg_tx_broadcaster, Router arg_router, Logger arg_logger, UserConfig arg_default_config, ChannelMonitor[] arg_channel_monitors)Read a C2Tuple_ThirtyTwoBytesChannelManagerZ from a byte array, created by C2Tuple_ThirtyTwoBytesChannelManagerZ_writestatic Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ. err(DecodeError e)Creates a new CResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ in the error state.static Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ. ok(TwoTuple_ThirtyTwoBytesChannelManagerZ o)Creates a new CResult_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ in the success state.
-