Uses of Class
org.ldk.structs.TxRemoveInput
-
Packages that use TxRemoveInput Package Description org.ldk.structs -
-
Uses of TxRemoveInput in org.ldk.structs
Fields in org.ldk.structs declared as TxRemoveInput Modifier and Type Field Description TxRemoveInputMessageSendEvent.SendTxRemoveInput. msgThe message which should be sent.TxRemoveInputResult_TxRemoveInputDecodeErrorZ.Result_TxRemoveInputDecodeErrorZ_OK. resMethods in org.ldk.structs that return TxRemoveInput Modifier and Type Method Description TxRemoveInputTxRemoveInput. clone()Creates a copy of the TxRemoveInputstatic TxRemoveInputTxRemoveInput. of(byte[] channel_id_arg, long serial_id_arg)Constructs a new TxRemoveInput given each fieldMethods in org.ldk.structs with parameters of type TxRemoveInput Modifier and Type Method Description booleanTxRemoveInput. eq(TxRemoveInput b)Checks if two TxRemoveInputs contain equal inner contents.voidChannelMessageHandler.ChannelMessageHandlerInterface. handle_tx_remove_input(byte[] their_node_id, TxRemoveInput msg)Handle an incoming `tx_remove_input` message from the given peer.voidChannelMessageHandler. handle_tx_remove_input(byte[] their_node_id, TxRemoveInput msg)Handle an incoming `tx_remove_input` message from the given peer.static Result_TxRemoveInputDecodeErrorZResult_TxRemoveInputDecodeErrorZ. ok(TxRemoveInput o)Creates a new CResult_TxRemoveInputDecodeErrorZ in the success state.static MessageSendEventMessageSendEvent. send_tx_remove_input(byte[] node_id, TxRemoveInput msg)Utility method to constructs a new SendTxRemoveInput-variant MessageSendEvent
-