Uses of Class
org.ldk.structs.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
-
Packages that use Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in org.ldk.structs
Subclasses of Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_Err
static class
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_OK
Methods in org.ldk.structs that return Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ Modifier and Type Method Description static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
UtilMethods. BlockHashChannelManagerZ_read(byte[] ser, KeysInterface arg_keys_manager, FeeEstimator arg_fee_estimator, Watch arg_chain_monitor, BroadcasterInterface arg_tx_broadcaster, Logger arg_logger, UserConfig arg_default_config, ChannelMonitor[] arg_channel_monitors)
Read a C2Tuple_BlockHashChannelManagerZ from a byte array, created by C2Tuple_BlockHashChannelManagerZ_writestatic Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ. err(DecodeError e)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the error state.static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ. ok(TwoTuple<byte[],ChannelManager> o)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the success state.
-