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, Logger logger, KeysInterface keys_manager, 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, Logger b_logger, KeysInterface b_keys_manager, UserConfig b_config, ChainParameters b_params)Creates a new C2Tuple_BlockHashChannelManagerZ from the contained elements.
-