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