Uses of Class
org.ldk.structs.ChannelManagerReadArgs
-
Packages that use ChannelManagerReadArgs Package Description org.ldk.structs -
-
Uses of ChannelManagerReadArgs in org.ldk.structs
Methods in org.ldk.structs that return ChannelManagerReadArgs Modifier and Type Method Description static ChannelManagerReadArgs
ChannelManagerReadArgs. of(EntropySource entropy_source, NodeSigner node_signer, SignerProvider signer_provider, FeeEstimator fee_estimator, Watch chain_monitor, BroadcasterInterface tx_broadcaster, Router router, Logger logger, UserConfig default_config, ChannelMonitor[] channel_monitors)
Simple utility function to create a ChannelManagerReadArgs which creates the monitor HashMap for you.
-