Function lightning_signer::util::functional_test_utils::pass_along_path [−][src]
pub fn pass_along_path<'a, 'b, 'c>(
origin_node: &Node<'a, 'b, 'c>,
expected_path: &[&Node<'a, 'b, 'c>],
recv_value: u64,
our_payment_hash: PaymentHash,
our_payment_secret: Option<PaymentSecret>,
ev: MessageSendEvent,
payment_received_expected: bool,
expected_preimage: Option<PaymentPreimage>
)