Package org.ldk.structs
Class TwoTuple_BlockHashChannelManagerZ
- java.lang.Object
-
- org.ldk.structs.TwoTuple_BlockHashChannelManagerZ
-
public class TwoTuple_BlockHashChannelManagerZ extends Object
A Tuple
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
byte[]
get_a()
ChannelManager
get_b()
static 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.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_a
public byte[] get_a()
-
get_b
public ChannelManager get_b()
-
of
public static 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.
-
-