Uses of Class
org.ldk.structs.ChainParameters
-
Packages that use ChainParameters Package Description org.ldk.structs -
-
Uses of ChainParameters in org.ldk.structs
Methods in org.ldk.structs that return ChainParameters Modifier and Type Method Description ChainParametersChainParameters. clone()Creates a copy of the ChainParametersstatic ChainParametersChainParameters. of(Network network_arg, BestBlock best_block_arg)Constructs a new ChainParameters given each fieldMethods in org.ldk.structs with parameters of type ChainParameters Modifier and Type Method Description static ChannelManagerChannelManager. of(FeeEstimator fee_est, Watch chain_monitor, BroadcasterInterface tx_broadcaster, Router router, Logger logger, EntropySource entropy_source, NodeSigner node_signer, SignerProvider signer_provider, UserConfig config, ChainParameters params)Constructs a new `ChannelManager` to hold several channels and route between them.static TwoTuple_BlockHashChannelManagerZTwoTuple_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.
-