getChannelEventData method

  1. @override
Map<String, dynamic> getChannelEventData()
override

Override to provide event-specific data for serialization

Implementation

@override
Map<String, dynamic> getChannelEventData() => {
      'fundingTxId': fundingTxId,
      'fundingOutputIndex': fundingOutputIndex,
      'fundingTxHex': fundingTxHex,
      'fundingAncestorTxids': fundingAncestorTxids,
      'initialClientBalanceSats': initialClientBalanceSats.toString(),
      'initialServerBalanceSats': initialServerBalanceSats.toString(),
    };