Class MessageSendEvent.SendTxAddOutput

  • Enclosing class:
    MessageSendEvent

    public static final class MessageSendEvent.SendTxAddOutput
    extends MessageSendEvent
    Used to indicate that a tx_add_output message should be sent to the peer with the given node_id.
    • Field Detail

      • node_id

        public final byte[] node_id
        The node_id of the node which should receive this message
      • msg

        public final TxAddOutput msg
        The message which should be sent.