Struct lightning_signer::util::functional_test_utils::NodeCfg[][src]

pub struct NodeCfg<'a> {
    pub chain_source: &'a TestChainSource,
    pub tx_broadcaster: &'a TestBroadcaster,
    pub fee_estimator: &'a TestFeeEstimator,
    pub chain_monitor: TestChainMonitor<'a>,
    pub keys_manager: LoopbackSignerKeysInterface,
    pub logger: &'a TestLogger,
    pub network_graph: &'a NetworkGraph,
    pub node_seed: [u8; 32],
}

Fields

chain_source: &'a TestChainSourcetx_broadcaster: &'a TestBroadcasterfee_estimator: &'a TestFeeEstimatorchain_monitor: TestChainMonitor<'a>keys_manager: LoopbackSignerKeysInterfacelogger: &'a TestLoggernetwork_graph: &'a NetworkGraphnode_seed: [u8; 32]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.