Uses of Class
org.ldk.structs.TxAddOutput
-
Packages that use TxAddOutput Package Description org.ldk.structs -
-
Uses of TxAddOutput in org.ldk.structs
Fields in org.ldk.structs declared as TxAddOutput Modifier and Type Field Description TxAddOutputMessageSendEvent.SendTxAddOutput. msgThe message which should be sent.TxAddOutputResult_TxAddOutputDecodeErrorZ.Result_TxAddOutputDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxAddOutput Modifier and Type Method Description TxAddOutputTxAddOutput. clone()Creates a copy of the TxAddOutputstatic TxAddOutputTxAddOutput. of(byte[] channel_id_arg, long serial_id_arg, long sats_arg, byte[] script_arg)Constructs a new TxAddOutput given each fieldMethods in org.ldk.structs with parameters of type TxAddOutput Modifier and Type Method Description booleanTxAddOutput. eq(TxAddOutput b)Checks if two TxAddOutputs contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_add_output(byte[] their_node_id, TxAddOutput msg)Handle an incoming `tx_add_output` message from the given peer.voidChannelMessageHandler. handle_tx_add_output(byte[] their_node_id, TxAddOutput msg)Handle an incoming `tx_add_output` message from the given peer.static Result_TxAddOutputDecodeErrorZResult_TxAddOutputDecodeErrorZ. ok(TxAddOutput o)Creates a new CResult_TxAddOutputDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_add_output(byte[] node_id, TxAddOutput msg)Utility method to constructs a new SendTxAddOutput-variant MessageSendEvent
-