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. C2Tuple_BlockHashChannelManagerZ_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_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_BlockHashChannelManagerZ o)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the success state.
-