Struct lightning_signer::util::debug_utils::DebugMapRoutedPayment
source · pub struct DebugMapRoutedPayment<'a>(pub &'a Map<PaymentHash, RoutedPayment>);
Expand description
Debug support for Map<PaymentHash, RoutedPayment>
Tuple Fields§
§0: &'a Map<PaymentHash, RoutedPayment>