Trait breez_sdk_core::lightning::ln::functional_test_utils::NodeHolder
pub trait NodeHolder {
type CM: AChannelManager;
// Required methods
fn node(
&self,
) -> &ChannelManager<<Self::CM as AChannelManager>::M, <Self::CM as AChannelManager>::T, <Self::CM as AChannelManager>::ES, <Self::CM as AChannelManager>::NS, <Self::CM as AChannelManager>::SP, <Self::CM as AChannelManager>::F, <Self::CM as AChannelManager>::R, <Self::CM as AChannelManager>::L>;
fn chain_monitor(&self) -> Option<&TestChainMonitor<'_>>;
}