pub struct Node<'a, 'b: 'a, 'c: 'b> {Show 13 fields
pub chain_source: &'c TestChainSource,
pub tx_broadcaster: &'c TestBroadcaster,
pub chain_monitor: &'b TestChainMonitor<'c>,
pub keys_manager: &'b LoopbackSignerKeysInterface,
pub node: &'a ChannelManager<LoopbackChannelSigner, &'b TestChainMonitor<'c>, &'c TestBroadcaster, &'b LoopbackSignerKeysInterface, &'c TestFeeEstimator, &'c TestLogger>,
pub network_graph: &'c NetworkGraph,
pub net_graph_msg_handler: NetGraphMsgHandler<&'c NetworkGraph, &'c TestChainSource, &'c TestLogger>,
pub node_seed: [u8; 32],
pub network_payment_count: Rc<RefCell<u8>>,
pub network_chan_count: Rc<RefCell<u32>>,
pub logger: &'c TestLogger,
pub blocks: RefCell<Vec<(BlockHeader, u32)>>,
pub connect_style: Rc<RefCell<ConnectStyle>>,
}
net_graph_msg_handler: NetGraphMsgHandler<&'c NetworkGraph, &'c TestChainSource, &'c TestLogger>
impl<'a, 'b, 'c> Node<'a, 'b, 'c>
impl<'a, 'b, 'c> Drop for Node<'a, 'b, 'c>
Executes the destructor for this type. Read more
impl<'a, 'b, 'c> !Send for Node<'a, 'b, 'c>
impl<'a, 'b, 'c> !Sync for Node<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for Node<'a, 'b, 'c> where
'b: 'a,
'c: 'b + 'a,
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.