Uses of Class
org.ldk.structs.TwoTuple_BlockHashChannelManagerZ
-
Packages that use TwoTuple_BlockHashChannelManagerZ Package Description org.ldk.structs -
-
Uses of TwoTuple_BlockHashChannelManagerZ in org.ldk.structs
Fields in org.ldk.structs declared as TwoTuple_BlockHashChannelManagerZ Modifier and Type Field Description TwoTuple_BlockHashChannelManagerZ
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_OK. res
Methods in org.ldk.structs that return TwoTuple_BlockHashChannelManagerZ Modifier and Type Method Description static TwoTuple_BlockHashChannelManagerZ
TwoTuple_BlockHashChannelManagerZ. of(byte[] a, FeeEstimator b_fee_est, Watch b_chain_monitor, BroadcasterInterface b_tx_broadcaster, Router b_router, Logger b_logger, EntropySource b_entropy_source, NodeSigner b_node_signer, SignerProvider b_signer_provider, UserConfig b_config, ChainParameters b_params)
Creates a new C2Tuple_BlockHashChannelManagerZ from the contained elements.Methods in org.ldk.structs with parameters of type TwoTuple_BlockHashChannelManagerZ Modifier and Type Method Description static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ. ok(TwoTuple_BlockHashChannelManagerZ o)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the success state.
-