Uses of Class
org.ldk.structs.TxRemoveOutput
-
Packages that use TxRemoveOutput Package Description org.ldk.structs -
-
Uses of TxRemoveOutput in org.ldk.structs
Fields in org.ldk.structs declared as TxRemoveOutput Modifier and Type Field Description TxRemoveOutputMessageSendEvent.SendTxRemoveOutput. msgThe message which should be sent.TxRemoveOutputResult_TxRemoveOutputDecodeErrorZ.Result_TxRemoveOutputDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxRemoveOutput Modifier and Type Method Description TxRemoveOutputTxRemoveOutput. clone()Creates a copy of the TxRemoveOutputstatic TxRemoveOutputTxRemoveOutput. of(byte[] channel_id_arg, long serial_id_arg)Constructs a new TxRemoveOutput given each fieldMethods in org.ldk.structs with parameters of type TxRemoveOutput Modifier and Type Method Description booleanTxRemoveOutput. eq(TxRemoveOutput b)Checks if two TxRemoveOutputs contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_remove_output(byte[] their_node_id, TxRemoveOutput msg)Handle an incoming `tx_remove_output` message from the given peer.voidChannelMessageHandler. handle_tx_remove_output(byte[] their_node_id, TxRemoveOutput msg)Handle an incoming `tx_remove_output` message from the given peer.static Result_TxRemoveOutputDecodeErrorZResult_TxRemoveOutputDecodeErrorZ. ok(TxRemoveOutput o)Creates a new CResult_TxRemoveOutputDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_remove_output(byte[] node_id, TxRemoveOutput msg)Utility method to constructs a new SendTxRemoveOutput-variant MessageSendEvent
-